﻿*,* input,textarea{font-family: "Microsoft Yahei","宋体";}


.H70{ height: 70px; }
.Textarea{ width: 100%; resize:none; border:1px solid #cdcdcd; padding:10px; line-height: 1.8; color: #333; overflow: auto;
	border-radius: 5px; -o-border-radius: 5px; -ms-border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
}
.Textarea:focus{
	border-color: #f7931e;
	outline: 0; 
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(247,147,30,.6);
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(247,147,30,.6);
	-ms-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(247,147,30,.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(247,147,30,.6);
}

/** 公用的导航 **/
.SameNav{ background: #d0005b; padding-top: 5px;}
.SameNav li{ float: left; }
.SameNav li a{ display: block; cursor: pointer; line-height: 40px; height: 40px; padding-left: 30px; padding-right: 30px; font-size: 14px; font-weight: bold; color: #fff; }
.SameNav li a:hover{ text-decoration: underline; }
.SameNav li a.navSelect{ background: #fff; color: #d0005b;
	border-top-left-radius: 5px; -o-border-top-left-radius: 5px; -ms-border-top-left-radius: 5px; -moz-border-top-left-radius: 5px; -webkit-border-top-left-radius: 5px;
	border-top-right-radius: 5px; -o-border-top-right-radius: 5px; -ms-border-top-right-radius: 5px; -moz-border-top-right-radius: 5px; -webkit-border-top-right-radius: 5px;
}

/* 改写radio、checkbox */
@keyframes hover-color{from{border-color:silver}
    to{border-color:#d0005b}
}
.SameCheckbox,.SameRadio{display:none}
.SameCheckbox+label,.SameRadio+label{position:relative; display:block; padding-left:23px; height: 16px; line-height: 16px; font-size: 14px; cursor:pointer; vertical-align:middle}
.SameCheckbox+label:hover:before,.SameRadio+label:hover:before{animation-duration:.4s; animation-fill-mode:both; animation-name:hover-color}
.SameCheckbox+label:before,.SameRadio+label:before{position:absolute; top:0; left:0; display:inline-block; width:16px; height:16px; content:''; border:1px solid silver}
.SameCheckbox+label:after,.SameRadio+label:after{position:absolute; display:none; content:''}
.SameCheckbox:checked+label:before,.SameRadio:checked+label:before{animation-name:none}
.SameCheckbox:checked+label:after,.SameRadio:checked+label:after{display:block}
.SameRadio+label:before{border-radius:50%}
.SameRadio+label:after{top:5px; left:5px; width:6px; height:6px; border-radius:50%; background:#d0005b;}
.SameRadio:checked+label:before,.SameCheckbox:checked+label:before{border:1px solid #d0005b}
.SameCheckbox+label:before{border-radius:3px;}
.SameCheckbox+label{font-family: "Microsoft Yahei","iconfont"}
.SameCheckbox+label:after{top:2px; left:0px; width:16px; height:16px; text-align: center; line-height: 12px; color: #d0005b; content: '\e601'; font-size: 16px; }


.SubmitBtn{ width: 100%; display: block; border-width: 0px; height: 40px; line-height: 40px;
	font-size: 14px; font-weight: bold; color: #fff; text-align: center; cursor: pointer;
	border-radius: 3px; -o-border-radius: 3px; -ms-border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px;
}
.inlinebox{display: inline-block; float: left; margin-right:15px;}


/********** 【资讯列表页面】 **********/

/***** 头部分类入口 *****/
.HeadSort{ background: #fff; }
.HeadSort .samebox{padding: 10px 0px; border-bottom: 1px solid #dcdcdc; line-height: 20px; }
.HeadSort em{ float: left; display: inline-block; color: #888; width: 80px;}
.HeadSort a{ float: left; display: inline-block; color: #666; margin-right: 34px;}
.HeadSort a:hover{ color: #d0005b; text-decoration: underline; }

.PageName{ line-height: 70px; font-size: 16px; font-weight: bold; color:#333; margin-left: 20px; padding-left: 20px; position: relative; z-index: 9;}
.PageName:before{content: ''; width: 1px; height: 50px; background: #dcdcdc; position: absolute; z-index: 10; top: 10px; left: 0px;}

/***** 导航 *****/
.listNav{ background: #d0005b; padding-top: 5px;}
.listNav li{ float: left; }
.listNav li a{ display: block; cursor: pointer; line-height: 40px; height: 40px; padding-left: 20px; padding-right: 20px; font-size: 14px; font-weight: bold; color: #fff; }
.listNav li a:hover{ text-decoration: underline; }
.listNav li a.navSelect{ background: #fff; color: #d0005b;
	border-top-left-radius: 5px; -o-border-top-left-radius: 5px; -ms-border-top-left-radius: 5px; -moz-border-top-left-radius: 5px; -webkit-border-top-left-radius: 5px;
	border-top-right-radius: 5px; -o-border-top-right-radius: 5px; -ms-border-top-right-radius: 5px; -moz-border-top-right-radius: 5px; -webkit-border-top-right-radius: 5px;
}

/***** 文章列表 *****/
.Information{ padding: 10px 20px 30px 20px; }
.Information li{ float: left; display: block; width: 100%; border-bottom: 1px solid #e1e1e1; padding: 20px 10px; 
	transition: all 0.3s ease; -o-transition: all 0.3s ease; -ms-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -webkit-transition: all 0.3s ease;
}
.Information li:hover{ background: #f5f5f5;}
.Information .IMtitle{ line-height: 30px; height: 30px; overflow: hidden; margin-bottom: 7px; }

.Information .IMtitle em{ float: right; font-size: 12px; color: #999;}
.Information .IMtitle a{float:left; color: #4c4c4c; font-size: 15px; font-weight: bold; overflow: hidden; text-overflow:ellipsis; white-space: nowrap; max-width: 30em;}
.Information .IMtitle a:hover{ color: #d0005b; text-decoration:underline; }
.Information .IMtitle a:visited {color:#888;}
.Information li .IMtxt{ height: 40px; line-height: 20px; overflow: hidden; text-indent: 2em; color: #818181; font-size: 14px;
	text-align:justify; text-justify:distribute; -moz-text-align-last:justify;
}

/***** 推荐阅读 *****/
.ModuleName{ border-bottom: 1px solid #e1e1e1; line-height: 42px; height: 42px;}
.ModuleName span{font-size: 14px; font-weight: bold; padding-left: 13px; display: inline-block; position: relative; z-index: 9;}
.ModuleName span:before{ content: ''; width: 3px; height: 16px; position: absolute; left: 0px; top: 13px; z-index: 10; background: #d0005b;}
.ModuleName a{ color: #888; float: right; margin-right: 10px; }
.ModuleName a:hover{ color: #d0005b; text-decoration: underline; }

.recread{padding:0px 15px 15px 15px;}
.rrimg{ width: 100%; margin-bottom:10px;}
.rrimg a{ display: block; height: 120px; overflow: hidden; position: relative; z-index: 9;}
.rrimg img{ width: 100%; min-height: 120px;
	transition: all 0.5s ease; -o-transition: all 0.5s ease; -ms-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -webkit-transition: all 0.5s ease;
}
.rrimg a:hover img{transform: scale(1.05,1.05); -o-transform: scale(1.05,1.05);  -ms-transform: scale(1.05,1.05); -moz-transform: scale(1.05,1.05); -webkit-transform: scale(1.05,1.05);}
.rrimg p{ position: absolute; z-index: 10; bottom: 0px; left: 0px; width: 100%; height: 30px; line-height: 30px; background-color:rgba(0,0,0,0.6); color: #fff; padding-left: 10px; }

.recread li{ float: left; display: block; width: 100%; line-height: 28px; height: 28px; padding-left: 13px; position: relative; z-index: 9;}
.recread li:before{content: ''; width: 3px; height: 3px; background: #f87762; display:block; position: absolute; z-index: 10px; top: 12px; left: 0px;}
.recread a{color: #333; width: 100%; display: block; overflow: hidden; text-overflow:ellipsis; white-space: nowrap; }
.recread a:hover{ color:#d0005b; text-decoration: underline; }

/***** 品牌推荐、最新品牌 *****/
.recbrands{width: 290px; margin-left: auto; margin-right:auto; padding-bottom: 10px;}
.recbrands ul{overflow: hidden; width: 310px;}
.recbrands li{ width: 135px; margin-right: 20px; margin-bottom:5px; float: left; position:relative; z-index: 9; padding-left: 10px;}
.recbrands li:before{content: ''; width: 3px; height: 3px; background: #f87762; display:block; position: absolute; z-index: 10px; top: 10px; left: 0px;}
.recbrands a{ line-height: 22px; height: 22px; display: block; overflow: hidden; color: #333;}
.recbrands a:hover{ color:#d0005b; text-decoration: underline; }
.recbrands li:nth-child(5) a,.recbrands li:nth-child(6) a{color: #d0005b;}


/********** 【资讯详情页面】 **********/
.headTiny{ padding-bottom: 10px; padding-top: 10px; }
.headTiny .logo a{ width: 180px; height: 50px; display: block; overflow: hidden; }
.headTiny .logo a img{max-width:180px; height: 50px;}
.HeadSort2{text-align: right; display: inline-block; max-width: 920px; overflow: hidden; margin-bottom: 15px; margin-top: 15px; line-height: 20px; height: 20px;}
.HeadSort2 a{ float: left; display: inline-block; color: #333; text-indent: 23px;}
.HeadSort2 a:hover{ color: #d0005b; text-decoration: underline; }

/***** 导航2 *****/
.listNav2{ background: #d0005b; padding-top: 7px; padding-bottom: 7px;}
.listNav2 .samebox{background-image: url(../images/news.png); background-repeat: no-repeat; background-position: left top;}
.listNav2 ul{ float: right; }
.listNav2 li{ float: left; }
.listNav2 li a{ display: block; cursor: pointer; line-height: 30px; height: 30px; padding-left: 20px; padding-right: 20px; font-size: 14px; font-weight: bold; color: #fff; }
.listNav2 li a:hover{background-color:rgba(0,0,0,0.15);
	border-radius: 5px; -o-border-radius: 5px; -ms-border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
}

/***** 资讯详情 *****/
.Details{padding: 0px 20px;}
.Details .BreadBit{margin-bottom: 20px;}
.npoint{padding-bottom: 20px;}
.ptitle{ border-bottom: 1px solid #e1e1e1; padding-bottom: 20px; margin-bottom:20px; text-align: center;}
.ptitle h1{ font-size: 24px; font-weight: bold; line-height: 40px; margin-bottom:10px;}
.ptitle p{ color: #999; }
.ptitle p i{ display: inline-block; margin-right: 20px; }
.ptitle p strong{ display: inline-block;}
.ptitle p strong a{ color:#d0005b; text-decoration: underline;}
.ptitle p strong a:hover{   }
.articleD{ padding:30px; padding-top: 0px; font-size: 16px; line-height: 2; }
.articleD p{/* margin-bottom:30px; */text-indent: 2em; color: #333; text-align:justify; text-justify:distribute; -moz-text-align-last:justify;}
.articleD img{ display: block; max-width: 600px; margin:10px auto;}
.articleD strong,.articleD b{font-weight: bold;}
.articleD p a{color:#d0005b; text-decoration:underline; }
.otherBox{padding: 15px 0px 10px 0px;}
.otherBox .topicLabel{ display: inline-block; float: left; height: 25px; overflow: hidden; max-width: 700px;}
.topicLabel *{display: inline-block; float: left; line-height: 25px; height: 25px;}
.topicLabel em{ color: #888; }
.topicLabel a{ padding:0px 7px; background-color: #f2f2f2; color: #555; margin-right: 10px;
	border-radius: 3px; -o-border-radius: 3px; -ms-border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px;
}
.topicLabel a:hover{color: #d0005b; text-decoration: underline;}
.otherBox .pdata{display: inline-block; float: right; text-align: right; color: #888; line-height: 25px; height: 25px;}

.Summary{margin:30px; margin-top: 0px; line-height: 2; padding: 10px 20px; background-color: #f3f3f3; font-size: 14px; color: #555;}

.Details .MessageForm{margin-left: -20px;}

.articleD table {border-collapse:collapse !important;width: 100% !important;}
.articleD table,.articleD th,.articleD td {border: 1px solid #d6d6d6 !important;}
.articleD table p{text-indent: 0 !important;}

/***** 其他资讯 *****/
.ModuleName2{ border-bottom: 1px solid #e1e1e1; padding-top: 10px; padding-bottom: 10px; line-height: 30px;}
.ModuleName2 span{font-size: 14px; font-weight: bold; padding-left: 13px; display: inline-block; position: relative; z-index: 9; color: #444;}
.ModuleName2 span:before{ content: ''; width: 3px; height: 16px; position:absolute; left: 0px; top: 7px; z-index: 10; background: #d0005b;}
.ModuleName2 span strong{ font-weight: bold; margin-right: 5px; color: #d0005b; }

.OtherNews{padding-top: 20px; padding-bottom: 10px;}
.OtherNews ul{ overflow:hidden; }
.OtherNews li{margin:0px 20px 15px 20px; float: left; line-height: 20px; height: 20px; font-size: 14px; position: relative; z-index: 9;
	width: calc(50% - 40px); width: -o-calc(50% - 40px); width: -ms-calc(50% - 40px); width: -moz-calc(50% - 40px); width: -webkit-calc(50% - 40px);
}
.OtherNews li:before{content: ''; width:3px; height:3px; background: #3996ff; overflow:hidden; float: left; display:inline-block; margin-right:10px; margin-top: 8px;}
.OtherNews li em{ float: right; font-size: 12px; color: #999; }
.OtherNews li a{ color: #444; display: inline-block; overflow: hidden; text-overflow:ellipsis; white-space: nowrap; width: 25em;}
.OtherNews li a:hover{ color:#d0005b; text-decoration: underline; }

/***** 右侧关于企业 *****/
.CorInfo{border:1px solid #d0005b; background:#fff; padding-bottom:20px;}
.corhead{ background: #d0005b; padding-left: 20px; padding-right: 20px; line-height: 40px; height: 40px; font-size: 14px; font-weight: bold; color: #fff; }
.corhead em{font-weight: bold;}
.CorInfo .callbox2,.CorInfo .proinfo{margin-left: 9px;margin-right: 9px;}
.proinfo{}
.proinfo dl{ overflow: hidden; zoom:1; padding-bottom: 15px; padding-top: 15px;}
.proinfo dt{ float: left; width: 90px;  overflow: hidden; margin-right:10px; }
.proinfo dt a{ display: block; overflow: hidden; width: 90px;  }
.proinfo dt a img{ width: 90px; height: 70px; transition: all 0.3s ease; -o-transition: all 0.3s ease; -ms-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -webkit-transition: all 0.3s ease;}
.proinfo dt a:hover img{transform: scale(1.05,1.05); -o-transform: scale(1.05,1.05);  -ms-transform: scale(1.05,1.05); -moz-transform: scale(1.05,1.05); -webkit-transform: scale(1.05,1.05);}
.proinfo dd{float: left; width: 200px;  overflow: hidden;}
.proinfo dd p{color: #999;overflow: hidden;/* line-height: 22px; *//* height: 22px; */overflow: hidden;}
.proinfo dd p a{ color: #333; }
.proinfo dd p a:hover{ color: #d0005b; text-decoration: underline; }
.proinfo dd em{ float: left; display: inline-block; }
.proinfo dd i{ float: left; display: inline-block; }
.proinfo dd p:first-child{ font-size: 14px; font-weight: bold; color:#333; }
.proinfo dd p span.c1{
    display:block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -moz-binding: url(ellipsis.xml#ellipsis);
    width: 290px;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    font-weight: bold;
    color:#333;
    }






.prohead span{ margin-top:5px;}


.proinfo dd p span.c2-1{
    float:left;
    display: block;
    line-height:30px;
    height: 30px;
    color: #fff;
      padding: 0px 18px;
    background-color: #d0005b;
  
    font-size: 14px;
    border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    font-weight:normal;
    }


.proinfo dd p span.c2-2{ float:left; margin-left:3px;display: inline-block;
    line-height:30px;
    height: 30px;
    color: #fff;
      padding: 0px 18px;
    background-color: #CCC;
    font-size: 14px;
    border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;font-weight:normal}



.proinfo dd p span.c3-1{ float:left; margin-left:3px;display: inline-block;
    line-height:30px;
    height: 30px;
    color: #fff;
      padding: 0px 18px;
    background-color: #CCC;
    font-size: 14px;
    border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;font-weight:normal}



.proinfo dd p span.c3-2{ float:left; margin-left:3px;display: inline-block;
    line-height:30px;
    height: 30px;
    color: #fff;
      padding: 0px 18px;
    background-color: #FC0;
    font-size: 14px;
    border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;font-weight:normal}
	
	
.proinfo dd p span.c3-3{ float:left; margin-left:3px;display: inline-block;
    line-height:30px;
    height: 30px;
    color: #fff;
      padding: 0px 18px;
    background-color: #36F;
    font-size: 14px;
    border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;font-weight:normal}	
	


	
.proinfo dd p span.c3-4{ float:left; margin-left:5px;display: inline-block;
    line-height:30px;
    height: 30px;
    color: #fff;
      padding: 0px 18px;
    background-color: #C00;
    font-size: 14px;
    border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;font-weight:normal}





.proinfo dd p:nth-child(2) i{color: #d0005b; font-size: 14px; font-weight: bold;}
.company{border-top:1px solid #dcdcdc; padding-top: 15px; padding-bottom: 30px;}
.company ul{ overflow: hidden; }
.company li{float: left; color: #777; width: 100%; margin-bottom: 5px;}
.company li:last-child{margin-bottom: 0px;}
.company li *{ display: inline-block; float: left; height: 22px; line-height: 22px; overflow: hidden;}
.company li i.iconfont{font-size: 15px; color: #999;}
.company li em{ margin-left:5px; margin-right: 5px; }
.company li strong{ color: #444; max-width: 15em;}

/***** 最受关注、最新加入品牌 *****/
.ModuleName3{ border-bottom: 1px solid #e1e1e1; line-height: 40px; height: 40px; margin-right:10px; margin-left:10px;}
.ModuleName3 span{height:40px; padding-left: 10px; padding-right: 10px; font-size: 14px; font-weight: bold; display: inline-block; border-bottom:1px solid #d0005b; margin-bottom: -1px;}
.ModuleName3 span strong{font-weight: bold; float: left; display: inline-block; color:#d0005b; margin-right: 5px;}

.MostConcern{padding:20px;}
.mcfirst{}
.mcfirst dl{ float: left; width: 100%; padding-left: 30px; overflow: hidden; zoom:1; margin-bottom:15px; position: relative; z-index: 9;}
.mcfirst dl:before{ position: absolute; top:25px; left: 0px; content: ''; width: 20px; height: 20px; 
	background: url(../images/news.png); background-repeat: no-repeat; 
}
.mcfirst dl:nth-child(1):before{background-position: -2px -32px;}
.mcfirst dl:nth-child(2):before{background-position: -26px -32px;}
.mcfirst dl:nth-child(3):before{background-position: -50px -32px;}
.mcfirst dl:hover{ background-color: #f8f8f8; }

.mcfirst dt{ float: left; width: 90px;}
.mcfirst dt a{ display: block; width: 90px; height: 70px; overflow: hidden; }
.mcfirst dt img{ width: 100%; min-height: 70px; transition: all 0.3s ease; -o-transition: all 0.3s ease; -ms-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -webkit-transition: all 0.3s ease;}
.mcfirst dt a:hover img{transform: scale(1.05,1.05); -o-transform: scale(1.05,1.05);  -ms-transform: scale(1.05,1.05); -moz-transform: scale(1.05,1.05); -webkit-transform: scale(1.05,1.05);}
.mcfirst dd{width:100%; padding: 7px 0px 7px 100px; height: 70px;}
.mcfirst dd a{ display: block; overflow: hidden; height: 30px; line-height: 30px; font-size: 14px; font-weight: bold; color: #444;}
.mcfirst dd a:hover{ color: #d0005b; text-decoration: underline; }
.mcfirst dd p{ line-height: 22px; height: 22px; overflow: hidden; color: #999;}
.mcfirst dd p em{ float: left; display: inline-block; margin-right: 5px;}
.mcfirst dd p i{ float: left; display: inline-block; font-size: 14px; font-weight: bold; color:#d0005b; }

.mcother li{ width: 100%; display: block; float: left; margin-bottom: 10px; line-height: 22px; height: 22px; }
.mcother li:last-child{margin-bottom: 0px;}
.mcother li:hover{ background-color: #f5f5f5; }
.mcother li *{ float: left; display: inline-block; }
.mcother li em{ float: right; color: #777; }
.mcother li a{ color: #333; max-width: 15em; overflow: hidden; text-overflow:ellipsis; white-space: nowrap; }
.mcother li a:hover{ color: #d0005b; text-decoration: underline; }
.mcother li i{width: 20px; margin-right: 10px; text-align: center; color: #777;}

.latest{padding:15px 20px;}
.latest ul{}
.latest li{ width: 100%; float: left; display: block; line-height: 20px; height: 20px; margin-bottom: 7px; position: relative; z-index: 9;}
.latest li:last-child{margin-bottom: 0px;}
.latest li:before{content: ''; width: 3px; height: 3px; background: #f87762; overflow:hidden; float: left; display:inline-block; margin-right:10px; margin-top: 8px;}
.latest li em{float: right; font-size: 12px; color: #999;}
.latest li a{color: #444; display: inline-block; overflow: hidden; text-overflow:ellipsis; white-space: nowrap; max-width: 16em;}
.latest li a:hover{ color:#d0005b; text-decoration: underline; }



/********** 【资讯首页】 **********/

/** 导航 **/
.indexNav{ background: #d0005b; padding-top: 5px;}
.indexNav li{ float: left; margin-right:10px; }
.indexNav li a{ display: block; cursor: pointer; line-height: 40px; height: 40px; padding-left: 25px; padding-right: 25px; font-size: 14px; font-weight: bold; color: #fff; }
.indexNav li a:hover{ text-decoration: underline; }
.indexNav li:first-child a{ background: #fff; color: #d0005b; font-size: 15px;
	border-top-left-radius: 5px; -o-border-top-left-radius: 5px; -ms-border-top-left-radius: 5px; -moz-border-top-left-radius: 5px; -webkit-border-top-left-radius: 5px;
	border-top-right-radius: 5px; -o-border-top-right-radius: 5px; -ms-border-top-right-radius: 5px; -moz-border-top-right-radius: 5px; -webkit-border-top-right-radius: 5px;
}
.indexNav2{ background: #fff; padding-top:10px; padding-bottom: 10px;
	box-shadow: 0px 2px 3px rgba(0,0,0,0.2); -o-box-shadow: 0px 2px 3px rgba(0,0,0,0.2); -ms-box-shadow: 0px 2px 3px rgba(0,0,0,0.2); -moz-box-shadow: 0px 2px 3px rgba(0,0,0,0.2); -webkit-box-shadow: 0px 2px 3px rgba(0,0,0,0.2);
}
.indexNav2 a{ float: left; width: 11%; height: 30px; line-height: 28px; border:1px dashed #d7d7d7; color: #666; margin-left: -1px; text-align: center; position: relative;}
.indexNav2 a:hover{border-color:#d0005b; color: #d0005b; z-index: 99;}

/** 行业热点聚焦 **/
.Spotlight{background:#fff;}
.spohead{padding-left: 10px; line-height: 42px; height: 42px; background: #d0005b; font-size: 15px; font-weight: bold; color: #fff; }
.spohead i{font-size: 18px; margin-right: 5px; float: left;}
.spocontent{ padding:14px; padding-top: 13px; border:1px solid #d0005b; border-top-width: 0px; }
.spoimg1{ width: 100%; height: 240px; margin-bottom:15px;}
.spoimg2{ width: 100%; height:90px; margin-bottom:15px;}
.spocontent .spoimg2:nth-child(3){margin-bottom: 0px;}

.ordinary a{position: relative; z-index: 9; width: 100%; height: 100%; display: block; overflow: hidden;}
.ordinary a img{ width: 100%; 
	transition: all 0.3s ease; -o-transition: all 0.3s ease; -ms-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -webkit-transition: all 0.3s ease;
}
.ordinary a p{ position:absolute; z-index: 10; top:0px; left:0px; width: 100%; height: 100%; opacity:0; background: rgba(0,0,0,0.3);
	transform:scale(1.2); -o-transform:scale(1.2); -ms-transform:scale(1.2); -moz-transform:scale(1.2); -webkit-transform:scale(1.2); 
	transition: all 0.3s ease; -o-transition: all 0.3s ease; -ms-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -webkit-transition: all 0.3s ease;
}
.ordinary a p b{font-size: 14px; line-height: 20px; font-weight: bold; color: #fff; position: absolute; z-index: 11; bottom: 10px; left: 20px; display: block; text-align: center;
	width: calc(100% - 40px); width: -o-calc(100% - 40px); width: -ms-calc(100% - 40px); width: -moz-calc(100% - 40px); width: -webkit-calc(100% - 40px);
}
.ordinary a:hover img{transform:scale(1.15,1.15); -o-transform:scale(1.15,1.15); -ms-transform:scale(1.15,1.15); -moz-transform:scale(1.15,1.15); -webkit-transform:scale(1.15,1.15);}
.ordinary a:hover p{opacity:1;
	transform:scale(1); -o-transform:scale(1); -ms-transform:scale(1); -moz-transform:scale(1); -webkit-transform:scale(1); 
}
.spoimg2 a img{min-height: 90px; }
.spoimg3 a img{min-height: 90px; }

/* 大图轮播 */
.Carousel{ position: relative; z-index: 9; overflow: hidden; }
.CarBtn{ position: absolute; z-index: 20; top: 105px; width: 30px; height: 30px; display: block; background: rgba(0,0,0,0.3); 
	color: #fff; font-size: 20px; font-weight: bold; text-align: center; line-height: 30px; cursor: pointer; font-family: "宋体";
	border-radius:3px; -o-border-radius:3px; -ms-border-radius:3px; -moz-border-radius:3px; -webkit-border-radius:3px;
}
.CPrev{ left: 0px; }
.CNext{ right: 0px; }
.CarTxt{ position: absolute; z-index: 20; bottom: 37px; width: 100%; height: 5px; line-height: 5px; font-size: 0px; text-align: center; overflow: hidden; }
.CarTxt span{display: inline-block; margin-right: 5px; background: #ccc; height: 5px; width: 20px;}
.CarTxt span.cur{background: #d0005b;}
.CarImg{ width: 270px; height: 240px; overflow: hidden; position: relative; z-index: 11;}
.CarImg ul{ overflow: hidden; position: relative; }
.CarImg li{ float: left; width: 270px; display: block; }
.CarImg li a{ width: 100%; height: 240px; overflow: hidden; display: block; position: relative; z-index: 10; }
.CarImg a img{ width: 100%; min-height: 240px; 
	transition: all 0.3s ease; -o-transition: all 0.3s ease; -ms-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -webkit-transition: all 0.3s ease;
}
.CarImg a p{ position: absolute; z-index: 12; bottom: 0px; left: 0px; width: 100%; background: rgba(0,0,0,0.5); color: #fff; 
	padding-left: 10px; padding-right: 10px; height: 30px; line-height: 30px;
}

/** 最新资讯 **/
.LatestNews{padding:20px; padding-bottom: 0px;}
.newest{margin-bottom:20px;}
.newest .netop{ margin-bottom: 5px; text-align: center; }
.netop a{ height: 30px; line-height: 30px; display: inline-block; font-size: 15px; font-weight:bold; color: #d20000;}
.netop a:hover{ text-decoration: underline; }
.newest .nerec{overflow: hidden;}
.nerec li{ float: left; margin-right: 20px; height: 24px; text-align: right;
	width: calc(50% - 10px); width: -o-calc(50% - 10px); width: -ms-calc(50% - 10px); width: -moz-calc(50% - 10px); width: -webkit-calc(50% - 10px);
}
.nerec li:nth-child(2n){margin-right: 0px; text-align: left;}
.nerec li a{ display: inline-block; max-width: 100%;  height: 24px; line-height: 24px; overflow: hidden; color: #666;}
.nerec li a:hover{ color: #d0005b; text-decoration: underline; }

.peaknews{border-top: 1px dashed #ddd; padding:16px 10px 17px 10px;}
.peaknews ul{}
.peaknews li{float: left; margin-right: 20px; line-height: 20px; height: 20px; margin-bottom:10px; position: relative; z-index: 9;
	width: calc(50% - 10px); width: -o-calc(50% - 10px); width: -ms-calc(50% - 10px); width: -moz-calc(50% - 10px); width: -webkit-calc(50% - 10px);
}
.peaknews li:nth-child(2n){margin-right: 0px;}
.peaknews li:last-child,.peaknews li:nth-last-child(2){margin-bottom: 0px;}
.peaknews li:before{width: 0px; height: 0px; content: ''; position: absolute; z-index: 10px; top: 6px; left: 0px;
	border-style: solid; border-width: 4px; border-color: transparent transparent transparent #f19149;
}
.peaknews a{color: #333; width: 100%; display: block; padding-left:13px; overflow: hidden; text-overflow:ellipsis; white-space: nowrap;}
.peaknews a:hover{color:#ff5400; text-decoration: underline;}

/** 品牌资讯专题 **/
.Topics{ padding:15px; padding-bottom: 5px; }
.Topics ul{ overflow: hidden; }
.Topics li{float:left; margin-right: 20px; margin-bottom:10px;
	width: calc(50% - 10px); width: -o-calc(50% - 10px); width: -ms-calc(50% - 10px); width: -moz-calc(50% - 10px); width: -webkit-calc(50% - 10px);
}
.Topics li:nth-child(2n){margin-right: 0px;}
.Topics li a{ width: 100%; display: block; }
.Topics li a *{transition: all 0.3s ease; -o-transition: all 0.3s ease; -ms-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -webkit-transition: all 0.3s ease;}
.Topics .timg{ width: 100%; height: 80px; overflow: hidden; }
.Topics .timg img{ width: 100%; min-height: 80px; }
.Topics .ttxt{line-height:30px; height: 30px; text-align: center; color: #656565; overflow: hidden; }
.Topics a:hover .timg img{transform: scale(1.05,1.05); -o-transform: scale(1.05,1.05);  -ms-transform: scale(1.05,1.05); -moz-transform: scale(1.05,1.05); -webkit-transform: scale(1.05,1.05);}
.Topics a:hover .ttxt{background-color: #f1f1f1; color:#d0005b; }

/** SameUl为公用的新闻列表 **/
.SameUl{padding:14px 15px;}
.SameUl ul{ overflow: hidden; }
.SameUl li{width: 100%; float: left; display: block; line-height: 20px; height: 20px; margin-bottom: 7px; position: relative; z-index: 9;}
.SameUl li:last-child{margin-bottom: 0px;}
.SameUl li:before{content: ''; width: 3px; height: 3px; background: #6270f8; overflow:hidden; float: left; display:inline-block; margin-right:10px; margin-top: 8px;}
.SameUl li a{color: #333; display: inline-block; overflow: hidden; text-overflow:ellipsis; white-space: nowrap;
	max-width:calc(100% - 13px); max-width:-o-calc(100% - 13px); max-width:-ms-calc(100% - 13px); max-width:-moz-calc(100% - 13px); max-width:-webkit-calc(100% - 13px);
}
.SameUl li a:hover{ color:#d0005b; text-decoration: underline; }

/* 三角形的列表图标 */
.Triangle li:before{
	width: 0px !important; height: 0px !important; content: ''; background: none; margin-top: 6px; margin-right:5px;
	border-style: solid; border-width: 4px; border-color: transparent transparent transparent #f19149;
}

/* 加盟优惠 */
.offer{}

/* 企业动态 */
.QYdynamic li{margin-bottom: 8px;}

/** 招商信息 **/
.Merchants{}
.merhead{border-bottom: 1px solid #e1e1e1; height: 42px; padding-left: 10px; padding-right: 15px; margin-bottom: 14px;}
.merhead span{ font-size: 14px; font-weight: bold; display: inline-block; border-bottom: 2px solid #f00; line-height: 42px;  height: 42px; margin-bottom: -2px; padding-left: 10px; padding-right: 10px; }
.merhead dl{ display: inline-block; float: right; overflow: hidden; padding-top: 10px; padding-bottom: 10px; line-height: 22px;}
.merhead dl *{ display: inline-block; float: left; }
.merhead dt{ color: #888; margin-right: 10px; }
.merhead dd{overflow: hidden; }
.merhead dd a{ margin-right: 15px; color: #444;}
.merhead dd a:hover{ text-decoration: underline; color: #d0005b; }
.merhead dd a:last-child{ margin-right: 0px; }

.Merleft{width: 200px; margin-left:15px; margin-bottom: 15px;}
.Merleft .mertxt:last-child{margin-bottom: 0px;}
.mertxt{margin-bottom: 15px;}
.mertxt b{display: block; line-height: 23px; height: 23px; font-size: 13px; margin-bottom: 5px; font-weight: bold; color: #444;}
.mertxt b i{ float: left; font-size: 16px; margin-right: 5px; color: #f19149;}
.mertxt ul{overflow: hidden;}
.mertxt li{width: 100%; float: left; display: block; line-height: 20px; height: 20px; margin-bottom: 7px; overflow: hidden; }
.mertxt li:last-child{margin-bottom: 0px;}
.mertxt li:before{content: ''; width: 3px; height: 3px; background: #6270f8; overflow:hidden; float: left; display:inline-block; margin-right:10px; margin-top: 8px;}
.mertxt li a{color: #444; display: inline-block; overflow: hidden; text-overflow:ellipsis; white-space: nowrap;
	max-width:calc(100% - 13px); max-width:-o-calc(100% - 13px); max-width:-ms-calc(100% - 13px); max-width:-moz-calc(100% - 13px); max-width:-webkit-calc(100% - 13px);
}
.mertxt li a:hover{color:#d0005b; text-decoration: underline;}

.Merright{ width: 600px; margin-right: 15px;}
.Merright ul{ overflow: hidden; }
.Merright li{ float: left; float: left; width:135px; display:block; margin-bottom:5px; line-height: 22px; text-align: center; margin-right: 20px;}
.Merright li:nth-child(4n){margin-right: 0px;}
.Merright li a{display: block; color: #444; overflow: hidden; height: 22px; position: relative; z-index: 9;}
.Merright li a:hover{color: #d0005b; text-decoration: underline;}
.Merright li a img{ width: 100%; height: 70px;
	transition: all 0.3s ease; -o-transition: all 0.3s ease; -ms-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -webkit-transition: all 0.3s ease;
}
.Merright li.merimg{margin-bottom:10px;}
.Merright li.merimg a{ height: 70px; }
.Merright li.merimg a span{position: absolute; left: 0px; bottom: -25px; width: 100%; height: 25px; line-height: 25px; background: rgba(0,0,0,0.5); text-align: center; color: #fff;
	transition: all 0.3s ease; -o-transition: all 0.3s ease; -ms-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -webkit-transition: all 0.3s ease;
}
.Merright li.merimg a:hover span{bottom: 0px;}
.Merright li.merimg a:hover img{transform:scale(1.15,1.15); -o-transform:scale(1.15,1.15); -ms-transform:scale(1.15,1.15); -moz-transform:scale(1.15,1.15); -webkit-transform:scale(1.15,1.15);}


.Merright li:nth-child(9) a,.Merright li:nth-child(10) a,.Merright li:nth-child(11) a,.Merright li:nth-child(12) a{color: #d0005b;}
.Merright li:nth-child(25) a,.Merright li:nth-child(26) a,.Merright li:nth-child(27) a,.Merright li:nth-child(28) a{color: #d0005b;}
.Merright li:nth-child(13),.Merright li:nth-child(14),.Merright li:nth-child(15),.Merright li:nth-child(16){margin-bottom: 15px;}


/** 行业资讯 **/
.TraNhead{border-bottom: 2px solid #d0005b; height: 42px;}
.TraNhead span{ background: #d0005b; display: inline-block; padding-left: 15px; padding-right: 15px;
	font-size: 15px; font-weight: bold; line-height: 40px; height: 40px; color: #fff;
}
.TraNhead span .iconfont{font-size:20px; color: #fff; margin-right: 5px; float: left;}
.TraNhead dl{display: inline-block; float: right; overflow: hidden; padding-top: 10px; padding-bottom: 10px; line-height: 20px;}
.TraNhead dl *{display: inline-block; float: left;}
.TraNhead dt{color: #888; margin-right: 10px;}
.TraNhead dd{overflow: hidden;}
.TraNhead dd a{ margin-right: 15px; color: #444;}
.TraNhead dd a:hover{text-decoration: underline; color: #d0005b;}

.TradeNews{margin-right: 20px; float: left; margin-bottom:20px;
	width:calc(25% - 15px); width:-o-calc(25% - 15px); width:-ms-calc(25% - 15px); width:-moz-calc(25% - 15px); width:-webkit-calc(25% - 15px); 
}

.TradeNews:nth-child(4n){ margin-right: 0px; }
.TradeNews:nth-child(4n+1){ clear: left; }
.TradeNews:nth-child(n+1) .ModuleName span:before,.TradeNews:nth-child(n+1) .SameUl li:before{background: #d0005b;}
.TradeNews:nth-child(n+5) .ModuleName span:before,.TradeNews:nth-child(n+5) .SameUl li:before{background: #1cc4f4;}
.TradeNews:nth-child(n+9) .ModuleName span:before,.TradeNews:nth-child(n+9) .SameUl li:before{background: #91c220;}
.TradeNews:nth-child(n+13) .ModuleName span:before,.TradeNews:nth-child(n+13) .SameUl li:before{background: #f8921c;}
.TradeNews:nth-child(n+17) .ModuleName span:before,.TradeNews:nth-child(n+17) .SameUl li:before{background: #1087ca;}

/** 平台资讯 **/
.UsNews{margin-right: 20px; float: left;
	width:calc(25% - 15px); width:-o-calc(25% - 15px); width:-ms-calc(25% - 15px); width:-moz-calc(25% - 15px); width:-webkit-calc(25% - 15px); 
}
.UsNews:nth-child(4n){ margin-right: 0px; }
.Graphic{padding: 15px; padding-bottom: 0px;}
.Graphic a{ display: block; overflow: hidden; width: 100%; height: 120px; position: relative; z-index: 9;}
.Graphic a img{width: 100%; min-height: 120px; transition: all 0.3s ease; -o-transition: all 0.3s ease; -ms-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -webkit-transition: all 0.3s ease;}
.Graphic a span{position: absolute; left: 0px; bottom: 0px; width: 100%; height: 25px; line-height: 25px; background: rgba(0,0,0,0.5); text-align: center; color: #fff;
	padding:0px 10px; text-overflow:ellipsis; white-space: nowrap; overflow:hidden;
	transition: all 0.3s ease; -o-transition: all 0.3s ease; -ms-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -webkit-transition: all 0.3s ease;
}
.Graphic a:hover img{transform:scale(1.15,1.15); -o-transform:scale(1.15,1.15); -ms-transform:scale(1.15,1.15); -moz-transform:scale(1.15,1.15); -webkit-transform:scale(1.15,1.15);}
.UsNews .SameUl li:before{background: #f8921c;}
.UsNews .ModuleName span:before{background: #f8921c;}


/********** 【展会首页】 **********/
/** 左侧列表 **/
.Exhibition{ padding: 10px 20px 30px 20px; }
.EList{padding:20px 10px; border-bottom: 1px solid #e1e1e1; overflow: hidden;
	transition: all 0.3s ease; -o-transition: all 0.3s ease; -ms-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -webkit-transition: all 0.3s ease;
}
.EList:hover{ background: #f5f5f5; }
.EList h3{line-height: 30px; height: 30px; overflow: hidden; margin-bottom: 7px;}
.EList h3 i{ float: right; font-size: 12px; color: #999;}
.EList h3 a{float:left; color: #4c4c4c; font-size: 15px; font-weight: bold; overflow: hidden; text-overflow:ellipsis; white-space: nowrap; width: 30em;}
.EList h3 a:hover{ color: #d0005b; text-decoration:underline; }
.EList h3 a:visited {color:#888;}
.EList h3 a b{font-weight: bold; color:#d0005b; }
.EList .outline{ height: 40px; line-height: 20px; overflow: hidden; color: #818181; font-size: 14px; margin-bottom: 7px;
	text-align:justify; text-justify:distribute; -moz-text-align-last:justify;
}
.EList .Einfo{overflow: hidden; }
.Einfo .Elook{ float:right; display: inline-block; overflow: hidden; color: #808080;}
.Elook i{font-size: 14px; float: left; margin-right: 3px;}
.Elook b{ float: left; margin-right: 3px;}
.Einfo ul{float:left; display: inline-block; overflow: hidden;}
.Einfo ul li{ float: left; display: inline-block; margin-right: 20px; }
.Einfo li i{ float: left; color:#808080; margin-right: 5px;}
.Einfo li span{ float: left; color: #444;}
.Einfo li:last-child span{ font-weight: bold; }

.nostart .Einfo li:last-child span{color: #5db400;}
.processing .Einfo li:last-child span{color: #d0005b;}
.over .Einfo li:last-child span{color: #888;}
.over h3 a{color: #888;}

/** 最新入驻 **/
.SettleIn{padding:10px 20px;}
.SettleIn dl{padding:12px 0px; float: left; width: 100%; overflow: hidden; border-bottom:1px solid #eee; }
.SettleIn dl:last-child{ border-bottom-width: 0px; }
.SettleIn dl:hover{ background-color: #f5f5f5; }
.SettleIn dt{ float: left; width: 110px; }
.SettleIn dt a{ display: block; overflow: hidden; width: 110px; height: 70px; }
.SettleIn dt img{ width: 100%; min-height: 70px;
	transition: all 0.3s ease; -o-transition: all 0.3s ease; -ms-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -webkit-transition: all 0.3s ease;
}
.SettleIn dt a:hover img{transform: scale(1.05,1.05); -o-transform: scale(1.05,1.05);  -ms-transform: scale(1.05,1.05); -moz-transform: scale(1.05,1.05); -webkit-transform: scale(1.05,1.05);}
.SettleIn dd{ width: 100%; padding-left: 125px; height: 70px;}
.SettleIn p{ overflow: hidden; height: 20px; line-height: 20px;}
.SettleIn .setitle{ margin-bottom: 5px; }
.setitle a{ font-size: 14px; color: #333; }
.setitle a:hover{color: #d0005b; text-decoration: underline;}
.SettleIn .semoney{ margin-bottom: 5px; color: #999; overflow: hidden; }
.semoney b{float:left; display: inline-block; margin-right: 5px;}
.semoney i{float:left; display: inline-block; font-size: 14px; font-weight: bold; color:#d0005b; }
.sebtn a{ display:inline-block; background-color: #d0005b; color: #fff; padding-left: 12px; padding-right:12px;
	border-radius: 3px; -o-border-radius: 3px; -ms-border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px;
}

/** 展会详情 **/
.ExDetail{padding: 30px 20px 20px 20px;}

.EDhead{text-align: center;}
.EDhead h1{ font-size: 22px; font-weight: bold; line-height: 40px; margin-bottom:5px;}
.EDhead p{ color: #999; }
.EDhead p i{ display: inline-block; margin-left:10px; margin-right:10px;}

.EDinfo p{border:1px solid #e1e1e1; font-size: 14px; font-weight: bold; padding:10px 0px; line-height:25px; text-align:center; font-weight:bold; background-color:#f5f5f5;}
.EDinfo dl{ overflow: hidden; width: 100%; border:1px solid #e1e1e1; margin-top:-1px; line-height: 25px; font-size: 14px; color: #555; display:table;}
.EDinfo dt{ width: 158px; display: table-cell; vertical-align: top; padding: 10px 20px 10px 0px; text-align: right; background-color: #f8f8f8;}
.EDinfo dd{padding: 10px 20px 10px 20px; min-height: 45px; border-left: 1px solid #e1e1e1; color: #444; font-weight: bold; display: table-cell;
	width: calc(100% - 158px); width: -o-calc(100% - 158px); width: -ms-calc(100% - 158px); width: -moz-calc(100% - 158px); width: -webkit-calc(100% - 158px);
}
.EDinfo dd.ddcol01{ color: #5db400; }
.EDinfo dd.ddcol02{ color: #d0005b; }
.EDinfo dd.ddcol03{ color: #888; }

.EDnav{border-bottom:1px solid #dcdcdc;}
.EDnav i{line-height:35px; display:inline-block; padding:0px 20px; font-size: 14px; margin-left:30px; margin-bottom:-1px; font-weight:bold;
	border-top:3px solid #d0005b; border-left:1px solid #dcdcdc; border-right:1px solid #dcdcdc; background-color:#fff;
}

.EDmap{width: 760px; height: 480px; margin-left: auto; margin-right: auto; margin-bottom: 30px;}
.MAP{ width: 100%; height: 480px; }
.EDtxt{ width: 760px; margin-left:auto; margin-right: auto; }
.EDtxt p{ line-height: 2; font-size: 14px; color: #333; text-align:justify; text-justify:distribute; -moz-text-align-last:justify;}
.EDtxt p b,.EDtxt p strong{font-weight: bold;}
.EDtxt img{max-width:760px;}


/********** 【项目库列表页】 **********/
/** 筛选 **/
.filter{padding: 20px 20px 5px 20px;}
.filter dl{ overflow: hidden; zoom:1; padding-bottom: 8px;}
.filter dt{ float: left; color: #777; line-height: 24px; width: 70px;}
.filter dd{ float: left; overflow: hidden;
	width: calc(100% - 70px); width: -o-calc(100% - 70px); width: -ms-calc(100% - 70px); width: -moz-calc(100% - 70px); width: -webkit-calc(100% - 70px);
}
.filter dd a{ display: inline-block; margin:0px 10px 7px 0px; padding-left: 12px; padding-right:12px; line-height: 24px; height: 24px; color: #444;
	border-radius:5px;
}
.filter dd a:hover{ background-color: #e6e6e6; color: #d0005b; }
.filter dd a.FActive{background-color:#d0005b; color: #fff; }

/** 项目列表 **/
.proleft{}
.pltop{ height: 40px; overflow: hidden; background-color: #f5f5f5; border-bottom:1px solid #eee; padding-left:20px;}
.pltop i{ float:left; display: inline-block; line-height: 40px; color: #666;}
.pltop i span{ color: #d0005b; padding-left: 5px; padding-right: 5px; }
.switchicon{ display: inline-block; float: right; }
.switchicon b{ display:block; width: 40px; height: 40px; line-height: 40px; text-align: center; float: left; margin-right: -1px; font-size: 20px; cursor: pointer; color: #666; 
	border-left: 1px solid #eee; border-right: 1px solid #eee;
}
.switchicon b.nowststus,.switchicon b:hover{background-color: #fff; color:#d0005b;}

.prolist{padding: 0px 20px;}
.project{ float: left; margin-right: 20px; margin-bottom: 20px; padding: 10px; border:1px solid #ebebeb;
	border-radius: 5px; -o-border-radius: 5px; -ms-border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
	width: calc(50% - 10px); width:-o-calc(50% - 10px); width:-ms-calc(50% - 10px); width:-moz-calc(50% - 10px); width:-webkit-calc(50% - 10px);
	transition: all 0.3s ease; -o-transition: all 0.3s ease; -ms-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -webkit-transition: all 0.3s ease;
}
.project:hover{ background-color: #f6f6f6; border-color: #f00; }
.project:nth-child(2n){margin-right: 0px;}
.project .proimg{ width: 180px; float: left; position: relative; z-index: 11; }
.proimg a{ display: block; width: 180px; height: 120px; overflow: hidden; }
.proimg a img{ width: 100%; height: 120px;
	transition: all 0.3s ease; -o-transition: all 0.3s ease; -ms-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -webkit-transition: all 0.3s ease;
}
.proimg a:hover img{transform:scale(1.1,1.1); -o-transform:scale(1.1,1.1); -ms-transform:scale(1.1,1.1); -moz-transform:scale(1.1,1.1); -webkit-transform:scale(1.1,1.1);}
.project .protxt{ width: 100%; padding-left: 190px; height: 120px; position: relative; z-index: 9; }
.protxt p{ line-height: 20px; overflow: hidden;}
.protxt p.pjname{ margin-bottom:6px;}
.protxt p.pjname a{font-size: 15px; font-weight: bold; color: #333; float: left; max-width: 100%; display:inline-block; overflow: hidden; text-overflow:ellipsis; white-space: nowrap;}
.protxt p.pjname a:hover{color: #d0005b; text-decoration: underline;}
.protxt p.pjname a b{font-weight: bold; color:#d0005b }

.protxt p.pjelse i,.protxt p.pjelse2 i{float: left; color: #888; margin-right: 5px;}
.protxt p.pjelse b{float: left; color: #d0005b; font-weight: bold; font-size: 14px;}
.protxt p.pjelse2 b{float: left; color: #444;}
.protxt p.pjother{margin-bottom: 0px; overflow: hidden; color: #999;}
.protxt p.pjother span.c1{ float:left;width:100%;}



.ListMode .protxt p.pjother span.c1{ float:left;width:auto;}
.ListMode .protxt p.pjother{margin-bottom: 0px; position: absolute; z-index: 10; bottom: 0px; height: 20px; overflow: hidden; color: #999;}



 


.protxt p.pjother span.c2-1{ float:left; margin-left:5px;display: inline-block;
    line-height: 20px;
    height: 20px;
    color: #fff;
    background-color: #d0005b;
    padding: 0px 10px;
    font-size: 14px;
    border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;}


.protxt p.pjother span.c2-2{ float:left; margin-left:5px;display: inline-block;
    line-height: 20px;
    height: 20px;
    color: #fff;
    background-color: #CCC;
    padding: 0px 10px;
    font-size: 14px;
    border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;}



.protxt p.pjother span.c3-1{ float:left; margin-left:5px;display: inline-block;
    line-height: 20px;
    height: 20px;
    color: #fff;
    background-color: #CCC;
    padding: 0px 10px;
    font-size: 14px;
    border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;}



.protxt p.pjother span.c3-2{ float:left; margin-left:5px;display: inline-block;
    line-height: 20px;
    height: 20px;
    color: #fff;
    background-color: #FC0;
    padding: 0px 10px;
    font-size: 14px;
    border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;}
	
	
.protxt p.pjother span.c3-3{ float:left; margin-left:5px;display: inline-block;
    line-height: 20px;
    height: 20px;
    color: #fff;
    background-color: #36F;
    padding: 0px 10px;
    font-size: 14px;
    border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;}	
	


	
.protxt p.pjother span.c3-4{ float:left; margin-left:5px;display: inline-block;
    line-height: 20px;
    height: 20px;
    color: #fff;
    background-color: #C00;
    padding: 0px 10px;
    font-size: 14px;
    border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;}





.protxt p.pjother b{color: #d0005b;}

.protxt p.pjattest{background: url(../images/vipicon.png); background-repeat: no-repeat;  background-position: -10px -100px;
	height: 20px; margin-bottom: 5px; display: none;
}

/* 新增会员标识 */
.grade-1:before,.grade-2:before,.grade-3:before,.grade-1 p.pjname i,.grade-2 p.pjname i,.grade-3 p.pjname i{
	background: url(../images/vipicon.png); background-repeat: no-repeat; 
}
.grade-1,.grade-2,.grade-3{ background: #fff8ef; border-color:#fbd3ba; position: relative; z-index: 9;}
.grade-1:before,.grade-2:before,.grade-3:before{ content: ''; width: 66px; height: 69px; display: block; overflow: hidden; position: absolute; z-index: 90; top:-7px; left: -7px;
	background-position: -10px -130px;
}
.grade-1:hover,.grade-2:hover,.grade-3:hover{background-color: #fff8ef; border-color: #f00;}
.grade-1 p.pjname i,.grade-2 p.pjname i,.grade-3 p.pjname i{ display: inline-block; float: left; width: 58px; height: 20px; margin:5px; margin-right: 0px;}
.grade-1 p.pjname i{background-position: -10px -40px;}
.grade-2 p.pjname i{background-position:  -10px;}
.grade-3 p.pjname i{background-position: -10px -70px;}
.grade-1 p.pjname a,.grade-2 p.pjname a,.grade-3 p.pjname a{max-width:7em;}
/* .protxt p.pjattest{ display: none; }
.grade-1 p.pjattest,.grade-2 p.pjattest,.grade-3 p.pjattest{background-position: -10px -100px; height: 20px; margin-bottom: 5px; display: block;} */

/* 2018-11-30新增切换模式列表 */
.RightJump,.pjBtn,.pjattention{display: none;}
.protxt p.pjattention{line-height: 20px; overflow: hidden;}
.protxt p.pjattention i{ float: left; margin-right: 5px; color: #888; }
.protxt .pjBtn{}
.protxt .pjBtn a{display: inline-block; float: left; margin-right: 10px; height: 20px; line-height:18px; background: #fff; border:1px solid #eee; color: #666;
	border-radius: 3px; -o-border-radius: 3px; -ms-border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px;
	padding: 0px 7px;
}
.protxt .pjBtn a:hover{background:#d0005b; border-color: #d0005b; color: #fff;}

.ListMode .project{width: 100%;}
.ListMode .protxt{}
.ListMode .RightJump{display: block; width: 200px; float: right; }
.ListMode .protxt{ float:left; padding-left: 20px; padding-right: 20px;
	width: calc(100% - 380px); width:-o-calc(100% - 380px); width:-ms-calc(100% - 380px); width:-moz-calc(100% - 380px); width:-webkit-calc(100% - 380px);
}
.ListMode .protxt .pjname{ float: left; display: inline-block; margin-right: 10px;}
.ListMode p.pjname a,.ListMode p.pjname a,.ListMode p.pjname a{max-width: 15em;}
.ListMode .protxt p.pjattest{margin-bottom: 0px; margin-top: 5px; display: none; width: 68px;}
.ListMode .protxt .pjelse{display: inline-block; width: 50%; float: left; clear: left; margin-bottom: 4px;}
.ListMode .protxt .pjattention{display: inline-block; width: 50%; float: left; margin-bottom:4px; }
.ListMode .protxt .pjelse2{display: inline-block; width: 50%; float: left;}
.ListMode .protxt .pjBtn{display: inline-block; width: 50%; float: left; overflow: hidden;}
.project .RightJump{overflow: hidden; padding-top:15px;}
.project .RightJump p{ text-align: right; }
.project .RightJump p a{ display: inline-block; line-height: 40px; height: 40px; color: #fff; background-color: #d0005b; padding: 0px 25px; font-size: 14px;
	border-radius: 5px; -o-border-radius: 5px; -ms-border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
}
.project .RightJump p:first-child a{margin-bottom: 10px;}
.project .RightJump p a:hover{background: #ff6566;}
.project .RightJump p:last-child a{background: #eee; color: #666;}
.project .RightJump p:last-child a:hover{background: #dcdcdc;}

/** 右-1图 **/
.AloneImg{ width: 100%; height: 200px; }
.AloneImg a{ display: block; height: 200px; overflow: hidden; }
.AloneImg a img{ width: 100%; min-height: 200px; 
	transition: all 0.3s ease; -o-transition: all 0.3s ease; -ms-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -webkit-transition: all 0.3s ease;
}
.AloneImg a:hover img{transform:scale(1.1,1.1); -o-transform:scale(1.1,1.1); -ms-transform:scale(1.1,1.1); -moz-transform:scale(1.1,1.1); -webkit-transform:scale(1.1,1.1);}

/** 热门行业--标签云 **/
.TagCloud{ width: 300px; margin:0px auto; padding:15px 0px; padding-bottom: 10px; overflow: hidden; }
.TagCloud a{color: #555; overflow: hidden; cursor:pointer; background-color: #f5f5f5; float: left; margin-bottom: 5px; margin-right: 5px;
	display: inline-block; height: 30px; line-height: 30px; padding:0px 10px;
}
.TagCloud a.tagsCol1{color: #bc97e5;}
.TagCloud a.tagsCol2{color: #d0005b;}
.TagCloud a.tagsCol3{color: #1cc4f4;}
.TagCloud a.tagsCol4{color: #d4237a;}
.TagCloud a.tagsCol5{color: #91c220;}
.TagCloud a.tagsCol6{color: #f8921c;}
.TagCloud a.tagsCol7{color: #1087ca;}
.TagCloud a.tagsCol8{color: #525690;}
.TagCloud a.tagsCol9{color: #ff89c6;}
.TagCloud a.tagsCol10{color: #cb6517;}
.TagCloud a.tagsCol11{color: #d1cd0d;}
.TagCloud a.font1{font-size: 12px; font-weight: bold;}
.TagCloud a.font2{font-size: 14px;}
.TagCloud a.font3{font-size: 14px; font-weight: bold;}
.TagCloud a.font4{font-size: 16px;}
.TagCloud a.font5{font-size: 18px;}
.TagCloud a:hover{ text-decoration: underline; }

/* 排行榜 标签云 */
.RkCloud .TagCloud{ width: 270px; }

/** 最新入驻品牌 **/
.NewePro{ padding:15px 10px 8px 10px; }
.NewePro ul{ overflow: hidden; }
.NewePro li{ width:calc(50% - 10px); width:-o-calc(50% - 10px); width:-ms-calc(50% - 10px); width:-moz-calc(50% - 10px); -webkit-width:calc(50% - 10px);
	float: left; margin-right: 20px; margin-bottom:7px;	
}
.NewePro li:nth-child(2n){margin-right: 0px;}
.NewePro li:nth-child(7) a,.NewePro li:nth-child(8) a,.NewePro li:nth-child(9) a,.NewePro li:nth-child(10) a{ color:#d0005b; }
.NewePro li a{ display: block; line-height: 20px; height: 20px; width: 100%; overflow: hidden; text-align: center; color:#333;}
.NewePro li a:hover{ color: #d0005b; text-decoration: underline; }

/** 新入驻（排行榜页） **/
.NewePro2{ padding:15px 10px 8px 10px; }
.NewePro2 ul{ overflow: hidden; }
.NewePro2 li{ width:calc(50% - 10px); width:-o-calc(50% - 10px); width:-ms-calc(50% - 10px); width:-moz-calc(50% - 10px); -webkit-width:calc(50% - 10px);
	float: left; margin-right: 20px; margin-bottom:7px;
}
.NewePro2 li:nth-child(2n){margin-right: 0px;}
.NewePro2 li:nth-child(7) a,.NewePro2 li:nth-child(8) a,.NewePro2 li:nth-child(9) a,.NewePro2 li:nth-child(10) a{ color:#d0005b; }
.NewePro2 li em{  display: inline-block; line-height: 20px; height: 20px; max-width: 100%; overflow: hidden; text-overflow:ellipsis; white-space: nowrap;}
.NewePro2 li a{ display: inline-block; overflow: hidden; color:#333; cursor: pointer;}
.NewePro2 li a:hover{ color: #d0005b; text-decoration: underline; }
.NewePro2 li a:nth-child(1){color: #d0005b; margin-right: 5px;}

/********** 【加盟排行榜】 **********/
.SameUl2 ul{ overflow: hidden; padding:10px 15px;}
.SameUl2 li{width: 100%; display: block; float: left; overflow: hidden; border-top:1px solid #e5e5e5; line-height: 20px; height: 41px; padding: 10px 5px;
	transition: all 0.3s ease; -o-transition: all 0.3s ease; -ms-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -webkit-transition: all 0.3s ease;
}
.SameUl2 li:first-child{border-top-width: 0px;}
.SameUl2 li:hover{ background-color: #f5f5f5; }
.SameUl2 li *{float: left; display: inline-block;}
.SameUl2 span{float: right; color: #555;}
.SameUl2 a{color: #333; max-width: 15em; overflow: hidden; text-overflow:ellipsis; white-space: nowrap; }
.SameUl2 li a:hover{ color: #d0005b; text-decoration: underline; }
.SameUl2 li i{width: 14px; height: 14px; line-height: 14px; background-color: #b5b5b5; color: #fff; text-align: center; margin-top: 3px; margin-right: 10px;}
.SameUl2 li:nth-child(1) i,.SameUl2 li:nth-child(2) i,.SameUl2 li:nth-child(3) i{background-color: #d0005b;}


/** 加盟排行榜 **/
.Notice{padding:17px 15px 0px 15px; background-color: #fff; border:1px solid #d0005b; border-top-width:0px; }
.Notice ul{overflow: hidden;}
.Notice li{float:left; margin-right:20px; margin-bottom: 14px; line-height: 31px; height: 31px; overflow: hidden; text-align: center;
	width: calc(50% - 10px); width: -o-calc(50% - 10px); width: -ms-calc(50% - 10px); width: -moz-calc(50% - 10px); width: -webkit-calc(50% - 10px);
}
.Notice li:nth-child(2n){margin-right: 0px;}
.Notice li a{line-height: 31px; height: 31px; display:inline-block; overflow: hidden; color:#555; font-size: 14px;}
.Notice a:hover{ color: #d0005b; text-decoration: underline; }

/** 综合排行榜 **/
.SYhead{ background-color: #fff; border:1px solid #d0005b; border-bottom-width: 0px; line-height: 42px; height: 42px; text-align: center; position: relative; z-index: 9;}
.SYhead em{font-size: 15px; font-weight: bold; color: #d0005b;}
.SYhead a{font-size: 15px; font-weight: bold; color: #555;}
.SYhead a:hover{ color:#d0005b; }
.SYhead:before{ content: ''; height: 1px; line-height: 0px; font-size: 0px; overflow: hidden; background-color: #f00; display: block;
	position: absolute; left: 15px; bottom: 0px; z-index: 10;
	width: calc(100% - 30px); width: -o-calc(100% - 30px); width: -ms-calc(100% - 30px); width: -moz-calc(100% - 30px); width: -webkit-calc(100% - 30px);
}
.Synthesis{background-color: #fff; border:1px solid #d0005b; border-top-width:0px; padding: 6px 15px 7px 15px;}
.Synthesis ul{overflow: hidden;}
.Synthesis li{width: 100%; display: block; float: left; overflow: hidden; border-top:1px solid #e1e1e1; line-height: 20px; padding: 10px 0px;
	transition: all 0.3s ease; -o-transition: all 0.3s ease; -ms-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -webkit-transition: all 0.3s ease;
}
.Synthesis li:first-child{border-top-width: 0px;}
.Synthesis li:hover{ background-color: #f5f5f5; }
.Synthesis li *{float: left; display: inline-block;}
.Synthesis span{float: right; color: #777;}
.Synthesis a{color: #333; max-width: 15em; overflow: hidden; text-overflow:ellipsis; white-space: nowrap; }
.Synthesis li a:hover{ color: #d0005b; text-decoration: underline; }
.Synthesis li i{width: 18px; height: 18px; background-color: #ea68a2; color: #fff; text-align: center; line-height: 18px; margin-top: 1px; margin-right: 10px;
	border-radius: 100%; -o-border-radius: 100%; -ms-border-radius: 100%; -moz-border-radius: 100%; -webkit-border-radius: 100%;
}

/** 今日上榜 **/
.TodayList{border-top: 2px solid #d0005b; height: 465px; padding: 20px; padding-top: 8px;}
.TLhead{height: 55px; padding-top: 24px; position: relative; z-index: 9; text-align: center;}
.TLhead em{ display: inline-block; padding-left: 20px; padding-right:20px; background-color: #fff; font-size: 16px; font-weight: bold; color: #d0005b; line-height: 31px; position: relative; z-index: 12; }
.TLhead em .iconfont{ width: 30px; height: 24px; line-height: 24px; text-align: center; position: absolute; z-index: 13; left: 50%; margin-left:-15px; top: -20px; font-size:24px; color: #ffc000; }
.TLhead span{ position: absolute; z-index: 10; top: 39px; left: 5%; width: 90%; height: 1px; line-height: 0px; font-size: 0px; background-color: #d0005b; }
.TLmain{ width: 540px; position: relative; z-index: 9; height: 360px; overflow: hidden; }
.TLmain a{ display: block; overflow: hidden; position: absolute; z-index: 10; }
.TLmain a img{ width: 100%; min-height: 100%;
	transition: all 0.3s ease; -o-transition: all 0.3s ease; -ms-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -webkit-transition: all 0.3s ease;
}
.TLmain a p{ position:absolute; z-index: 11; top:0px; left:0px; width: 100%; height: 100%; opacity:0; background: rgba(0,0,0,0.4);
	transform:scale(1.2); -o-transform:scale(1.2); -ms-transform:scale(1.2); -moz-transform:scale(1.2); -webkit-transform:scale(1.2); 
	transition: all 0.3s ease; -o-transition: all 0.3s ease; -ms-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -webkit-transition: all 0.3s ease;
}
.TLmain a p b{line-height: 20px; font-weight: bold; color: #fff; position: absolute; z-index: 12; bottom: 10px; left: 20px; display: block; text-align: center;
	width: calc(100% - 40px); width: -o-calc(100% - 40px); width: -ms-calc(100% - 40px); width: -moz-calc(100% - 40px); width: -webkit-calc(100% - 40px);
}
.TLmain a:hover img{transform:scale(1.1,1.1); -o-transform:scale(1.1,1.1); -ms-transform:scale(1.1,1.1); -moz-transform:scale(1.1,1.1); -webkit-transform:scale(1.1,1.1);}
.TLmain a:hover p{opacity:1;
	transform:scale(1); -o-transform:scale(1); -ms-transform:scale(1); -moz-transform:scale(1); -webkit-transform:scale(1); 
}
.TLmain a.Location01{ width: 270px; height: 245px; top: 0px; left: 0px; }
.TLmain a.Location02{ width: 120px; height: 90px; top: 0px; left:285px; }
.TLmain a.Location03{ width: 120px; height: 90px; top: 0px; left:420px; }
.TLmain a.Location04{ width: 255px; height: 140px; top: 105px; left: 285px; }
.TLmain a.Location05{ width: 170px; height: 100px; bottom: 0px; left: 0px; }
.TLmain a.Location06{ width: 170px; height: 100px; bottom: 0px; left: 185px; }
.TLmain a.Location07{ width: 170px; height: 100px; bottom: 0px; left: 370px; }

/** 热门榜单 **/
.CarName{width: 130px; height: 95px; padding:10px 20px; text-align: center;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff794c', endColorstr='#ff0000',GradientType=1 );
	-ms-filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff794c', endColorstr='#ff0000',GradientType=1 );
	background: #ff794c; /* Old browsers */
	background: -moz-linear-gradient(45deg, #ff794c 1%, #ff0000 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(45deg, #ff794c 1%,#ff0000 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(45deg, #ff794c 1%,#ff0000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	border-top-left-radius: 7px; -o-border-top-left-radius: 7px; -ms-border-top-left-radius: 7px; -moz-border-top-left-radius: 7px; -webkit-border-top-left-radius: 7px;
	border-bottom-left-radius: 7px; -o-border-bottom-left-radius: 7px; -ms-border-bottom-left-radius: 7px; -moz-border-bottom-left-radius: 7px; -webkit-border-bottom-left-radius: 7px;
}
.CarName i{ display: block; margin-bottom: 5px; height: 45px; line-height: 45px; font-size: 44px; color: #fff;}
.CarName p{ line-height: 25px; height: 25px; color: #fff; font-weight: bold; font-size: 16px;}

.Carmain{ border:1px solid #e1e1e1; border-left-width: 0px; background-color: #fff; padding: 9px 10px; height: 95px;
	width: calc(100% - 130px); width: -o-calc(100% - 130px); width: -ms-calc(100% - 130px); width: -moz-calc(100% - 130px); width: -webkit-calc(100% - 130px);
	border-top-right-radius: 7px; -o-border-top-right-radius: 7px; -ms-border-top-right-radius: 7px; -moz-border-top-right-radius: 7px; -webkit-border-top-right-radius: 7px;
	border-bottom-right-radius: 7px; -o-border-bottom-right-radius: 7px; -ms-border-bottom-right-radius: 7px; -moz-border-bottom-right-radius: 7px; -webkit-border-bottom-right-radius: 7px;
}
.CarBox{ height: 75px; width: 100%; overflow-y: auto; }
.Carlist{ overflow: hidden; }
.Carlist p{ float: left; display: inline-block; text-align: center; line-height: 25px; height: 25px; overflow: hidden; width: 14.285%;}
.Carlist p a{ color: #555; }
.Carlist p a:hover{color: #d0005b; text-decoration: underline; }
.Carlist p a i{padding-right: 3px; }

/** 投资金额排行榜 **/
.ByAmount{background-color: #fff; border:1px solid #d0005b; border-top-width: 0px;}
.Piece{border-bottom: 1px solid #e1e1e1;}
.Piece:last-child{border-bottom-width: 0px;}
.Piece .Pname{ line-height: 20px; height: 40px; padding:10px 20px; background-color: #f9f9f9; font-size: 14px; font-weight: bold; color:#444; border-bottom: 1px solid #e1e1e1; }
.Pname i{ font-weight: bold; }
.Pname a{ font-weight: bold; color:#444; }
.Pname a:hover{ color: #d0005b; text-decoration: underline; }


/** 分类排行榜 **/
.Ranking{ width: 280px; float: left; margin-right: 20px; margin-bottom: 20px; }
.Ranking:nth-child(3n){ margin-right: 0px; }
.RkName{ border-bottom: 1px solid #e1e1e1; line-height: 42px; height: 42px; padding: 0px 10px;}
.RkName i{ font-size: 20px; float: left; margin-right: 5px;}
.RkName span{font-size: 14px; font-weight: bold; display: inline-block; color: #444; float: left; }
.RkName span b{font-weight: bold; color:#d0005b; }
.RkName a{ color: #888; float: right; margin-right: 10px; }
.RkName a:hover{ color: #d0005b; text-decoration: underline; }

.RkOne{ padding: 10px 15px;}
.RkOne .thefirst{ overflow: hidden; line-height: 20px; height: 20px; width: 100%; display: block; margin-bottom: 10px;}
.thefirst i{float: left; display: inline-block;
	width: 14px; height: 14px; line-height: 14px; background-color: #d0005b; color: #fff; text-align: center; margin-top: 3px; margin-right: 10px;
}
.thefirst a{float: left; display: inline-block; color: #333; max-width: 15em; overflow: hidden; text-overflow:ellipsis; white-space: nowrap; }
.thefirst a:hover{ color: #d0005b; text-decoration: underline; }
.RkOne dl{ overflow: hidden; }
.RkOne dt{ float: left; width: 105px;}
.RkOne dt a{ width: 105px; height: 80px; display: block; overflow: hidden; }
.RkOne dt img{ width: 100%; height: 80px;
	transition: all 0.3s ease; -o-transition: all 0.3s ease; -ms-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -webkit-transition: all 0.3s ease;
}
.RkOne dt a:hover img{transform:scale(1.1,1.1); -o-transform:scale(1.1,1.1); -ms-transform:scale(1.1,1.1); -moz-transform:scale(1.1,1.1); -webkit-transform:scale(1.1,1.1);}
.RkOne dd{ width: 100%; padding-left: 115px; line-height: 80px;}
.RkOne dd i{ float: left; display: inline-block; color:#555; }
.RkOne dd span{font-size: 14px; color: #d0005b; font-weight: bold;}

.RkOther ul{padding-top: 0px;}
.RkOther li{border-top-style: dashed; padding:10px 0px;}
.RkOther li:first-child{border-top-width: 1px;}
.RkOther span{ color: #888; }
.RkOther li:nth-child(3) i{background-color: #b5b5b5;}

/** 十大品牌 **/
.TBtitle{border-bottom: 1px solid #e1e1e1; margin-right: 20px; margin-left: 20px; text-align: center; padding: 10px 0px;}
.TBtitle p{ display: inline-block; overflow: hidden;  height: 30px; line-height: 30px; font-size: 16px; font-weight: bold; color: #555; }
.TBtitle p em{color: #d0005b; font-weight: bold; margin-right:3px;}
.TBtitle p strong{color: #d0005b; font-weight: bold; font-size: 20px; margin-left: 3px; margin-right:3px;}

.TenBrands{ width: 100%; padding: 10px 20px; }
.TenBrands ul{ overflow: hidden; }
.TenBrands li{ float: left; display: block; width: 100%; padding: 15px 10px; border-bottom: 1px solid #e5e5e5; }
.TenBrands li:last-child{border-bottom-width: 0px;}
.TBhead{overflow: hidden; height: 36px; line-height: 36px;}
.TBhead *{ display: inline-block; float: left; }
.TBhead .TBbtn{ float: right; display: inline-block; padding: 0px 20px; height: 36px; color: #fff; background-color: #d0005b;
	border-radius: 18px; -o-border-radius: 18px; -ms-border-radius: 18px; -moz-border-radius: 18px; -webkit-border-radius: 18px;
}
.TBhead .TBbtn:hover{background-color: #ff6566;}

.TBhead i{ width: 26px; height: 26px; text-align: center; line-height: 26px; color: #fff; font-size: 14px; background-color: #d2d2d2; margin-top: 5px; margin-right: 10px;
	border-radius: 100%; -o-border-radius: 100%; -ms-border-radius: 100%; -moz-border-radius: 100%; -webkit-border-radius: 100%;
}
.TBhead em{ font-size: 15px; font-weight: bold; width: 360px; padding-right: 10px; }
.TBhead em .TBname{color: #444;}
.TBhead em .TBname:hover{color: #d0005b; text-decoration: underline;}
.TBhead b{ font-size: 14px; color: #777; }
.TBmain{padding: 0px 36px; max-height: 0px; overflow: hidden;}
.TBmain dl{ overflow: hidden; }
.TBmain dt{ float: left; width: 0px; }
.TBmain dt a{ width: 140px; height: 110px; display: block; overflow: hidden;  }
.TBmain dt img{ width: 140px; height: 110px; 
	transition: all 0.3s ease; -o-transition: all 0.3s ease; -ms-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -webkit-transition: all 0.3s ease;
}
.TBmain dt a:hover img{transform:scale(1.1,1.1); -o-transform:scale(1.1,1.1); -ms-transform:scale(1.1,1.1); -moz-transform:scale(1.1,1.1); -webkit-transform:scale(1.1,1.1);}
.TBmain dd{width: 100%;
	text-align:justify; text-justify:distribute; -moz-text-align-last:justify;
}
.TBmain dd p{line-height:22px; color: #777; max-height: 88px; overflow: hidden;}
.TenBrands li:first-child dt{width: 140px;}
.TenBrands li:first-child dd{padding-left: 160px;}

.TenBrands li:nth-child(1) .TBhead i,.TenBrands li:nth-child(2) .TBhead i,.TenBrands li:nth-child(3) .TBhead i{background-color: #d0005b;}
.TenBrands li:nth-child(1) .TBhead .TBname,.TenBrands li:nth-child(2) .TBhead .TBname,.TenBrands li:nth-child(3) .TBhead .TBname{ color:#d0005b; }
.TenBrands li.Open{ background-color: #f8f8f8; }
.TenBrands li.Open .TBhead{margin-bottom: 15px;}



/********** 【首页】 **********/

/** logo、搜索等 **/
.indextop{padding: 20px 0px; background: #fff;}
.indextop .logo{ margin-right:100px; margin-top: 15px; }
.indextop .search{margin-top: 15px;}

.Threebox{ display: inline-block; overflow: hidden; }
.Threebox a{ float: left; display: inline-block; margin-right: 30px; margin-top:5px;}
.Threebox a i{ display: block; height: 60px; line-height: 60px; font-size: 52px; color: #d0005b; margin-bottom:5px;}
.Threebox a span{ display: block; text-align: center; width: 100%; line-height: 25px; color: #4d4d4d; }
.Threebox a:hover span{ color: #d0005b; }
.QRcode{ display: inline-block; float: left;}
.QRcode p{ height: 75px; overflow: hidden; margin-bottom:5px;}
.QRcode p img{ width: 75px; height: 75px; margin-left: auto; margin-right: auto;}
.QRcode span{ display: block; text-align: center; width: 100%; line-height: 20px; color: #888; }

/** Nav导航 **/
.Navigation{ background: #d0005b; position: relative; z-index: 99;}
.Nfirst{ display: inline-block; float: left; text-align: center; width:200px; margin-right: -14px; background: #b80051;  height: 45px; }
.Nfirst p{ display: inline-block; line-height: 45px; color: #fff; font-size: 16px;}
.Nfirst p .iconfont{ float: left; font-size: 18px; margin-right: 3px;}
.Nother{ display: inline-block; overflow: hidden; float: left; }
.Nother a{ display: inline-block; float: left; line-height: 45px; font-size: 14px; font-weight: bold; color: #fff; margin-right: 15px; padding: 0px 30px; }
.Nother a:hover{background-color:rgba(0,0,0,0.15);}

.Navigation .samebox{ position: relative; z-index: 9; }
.SortNav{ position:absolute; left:0px; top: 45px; width: 200px; background: #fff; border:1px solid #d0005b; border-top-width: 0px;}
.SortNav ul{}
.SortNav li{ float:left; width: 100%; display: block;}
.SortNav .onelevel{ height: 46px; line-height: 45px; border-bottom: 1px solid #dcdcdc; text-align: center; font-size: 14px; position: relative; z-index: 11; }
.SortNav .onelevel a{ color: #656565; }
.SortNav .onelevel a:hover{ color:#d0005b; text-decoration: underline;  }
.SortNav .onelevel span{ padding-left: 10px; padding-right: 10px; color: #d2d2d2; }
.SortNav li:last-child .onelevel{border-bottom-width: 0px; height: 45px;}

.SortNav .twolevel{ position: absolute; z-index: 99; top: 0px; left: 198px; height:0px; overflow: hidden; background: #fff; }
.tsdetail{width: 671px; border:2px solid #d0005b; border-top-width: 0px; padding:20px; height: 414px;}
.tsdetail dl{ border-top: 1px dashed #e6e6e6; padding-top: 15px; padding-bottom: 15px;}
.tsdetail dl:first-child{border-top-width: 0px; padding-top: 0px;}
.tsdetail dt{ font-size:14px; font-weight: bold; margin-bottom:5px; line-height: 25px; }
.tsdetail dt a{color: #d0005b;}
.tsdetail dt a:hover{color: #d0005b; text-decoration: underline;}
.tsdetail dd{ overflow: hidden; }
.tsdetail dd a{ display: inline-block; float: left; line-height: 20px; margin:0px 15px 7px 15px; color: #7e7e7e; position: relative; z-index: 9;}
.tsdetail dd a:hover{ color: #d0005b; text-decoration: underline; }
.tsdetail dd a:before{position: absolute; z-index: 10; top: 4px; right: -15px; content:''; display: inline-block; width: 1px; height: 12px; overflow: hidden; background: #e8e8e8; }

.SortNav li:hover .onelevel{border:2px solid #d0005b; border-right-color: #fff; z-index: 999;
	margin-left: -1px; margin-top: -1px; height: 47px; line-height:43px;
	width: calc(100% + 3px); width: -o-calc(100% + 3px); width: -ms-calc(100% + 3px); width: -moz-calc(100% + 3px); width: -webkit-calc(100% + 3px);	
}
.SortNav li:hover .onelevel a{font-weight:bold; color: #d0005b;}
.SortNav li:hover .twolevel{height: 414px; -webkit-animation-name: fadeInDown; animation-name: fadeInDown;}
.SortNav li:last-child:hover .onelevel{ margin-bottom:-1px; }

/** 轮播图 **/
.ImgPlaying{margin-bottom:14px;}
.ImgPlaying .CarBtn{top: 110px;}
.ImgPlaying .CarImg{ width: 650px; height: 250px; }
.ImgPlaying .CarImg li{ width: 650px;}
.ImgPlaying .CarImg li a{ width: 100%; height: 250px;}
.ImgPlaying .CarImg a img{ width: 100%; min-height: 250px; }
.ImgPlaying .CarTxt{ display: inline-block; width: auto; bottom: 12px; right: 10px; }
.ImgPlaying a p{display:none;}


/** 推荐项目 **/
.HomeModName{line-height: 40px; height: 40px;}
.HomeModName span{font-size: 14px; font-weight: bold; padding-left: 13px; display: inline-block; position: relative; z-index: 9;}
.HomeModName span:before{ content: ''; width: 3px; height: 16px; position: absolute; left: 0px; top: 12px; z-index: 10; background: #d0005b;}

.HomeRec{ padding: 10px; padding-top: 0px; }
.HomeRec ul{overflow: hidden;}
.HomeRec li{ float: left; width: 118px; margin-right: 10px; }
.HomeRec li:last-child{ margin-right: 0px; }
.HomeRec li a{ width:100%; height: 80px; overflow: hidden; display: block; position: relative; z-index: 9;}
.HomeRec a img{ width: 100%; min-height: 80px; transition: all 0.3s ease; -o-transition: all 0.3s ease; -ms-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -webkit-transition: all 0.3s ease;}
.HomeRec a span{position: absolute; left: 0px; bottom: -25px; width: 100%; height: 25px; line-height: 25px; background: rgba(0,0,0,0.5); text-align: center; color: #fff;
	transition: all 0.3s ease; -o-transition: all 0.3s ease; -ms-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -webkit-transition: all 0.3s ease;
}
.HomeRec li a:hover span{bottom: 0px;}
.HomeRec a:hover img{transform:scale(1.15,1.15); -o-transform:scale(1.15,1.15); -ms-transform:scale(1.15,1.15); -moz-transform:scale(1.15,1.15); -webkit-transform:scale(1.15,1.15);}

/** tab资讯 **/
.TabBox{padding: 0px 15px;}

.TabHead{height:42px; border-bottom: 1px solid #e1e1e1;}
.TabHead ul{ overflow: hidden; }
.TabHead li{height: 42px; margin-right:10px; float: left; cursor: pointer; position: relative; z-index: 9;}
.TabHead li:last-child{margin-right: 0px;}
.TabHead li em{ display: block; color: #555; line-height: 41px; font-size: 14px; padding-left: 15px; padding-right: 15px; font-weight: bold;}
.TabHead li span{display:block; position:absolute; width:0px; height:0px; background:#d0005b;  bottom:0px; z-index: 10;}
.TabHead li.tabjustnow span{height:2px; width:100%; left:0px; -webkit-animation-name: fadeInLeft; animation-name: fadeInLeft;}

.TabMain{ overflow: hidden;}
.TabDetail{ width:1000%; overflow: hidden; }
.TabBox .SameUl{float: left; width: 270px; padding:14px 0px;}
.TabBox .SameUl li{margin-bottom:10px;}
.TabBox .SameUl li:last-child{margin-bottom: 0px;}

.W283 .SameUl{width: 253px;}

/** 两个按钮 **/
.ReleaseBtn{ overflow: hidden; }
.ReleaseBtn a{ display: inline-block; float: left; margin-right: 20px; height: 44px; line-height: 44px; text-align: center; background: #f29b76;
	color: #fff; font-size: 14px; cursor:pointer;
	border-radius: 3px; -o-border-radius: 3px; -ms-border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px;
	width: calc(50% - 10px); width: -o-calc(50% - 10px); width: -ms-calc(50% - 10px); width: -moz-calc(50% - 10px); width: -webkit-calc(50% - 10px);
}
.ReleaseBtn a:hover{opacity: 0.95;}
.ReleaseBtn a:last-child{margin-right: 0px; background: #007aff;}
.ReleaseBtn a p{ display: inline-block; overflow: hidden; }
.ReleaseBtn p i{display: inline-block; float: left; font-size: 18px; margin-right: 3px;}

/** 精品专区 **/
.Ftitle{border-bottom: 1px solid #e1e1e1; height: 50px; padding: 0px 20px;}
.fmore{margin: 15px 0px; line-height: 20px; color: #888;}
.fmore:hover{ color:#d0005b; text-decoration: underline;  }
.fhot,.famount{display: inline-block; overflow: hidden; margin:15px 30px 15px 0px; height: 20px; line-height: 20px;}
.fhot *,.famount *{ display: inline-block; float: left; }
.fhot span,.famount span{ color: #555; margin-right: 7px; }
.fhot a,.famount a{ color: #444; margin-right: 15px; }
.fhot a:last-child,.famount a:last-child{margin-right: 0px;}
.fhot a:hover,.famount a:hover{ color: #d0005b; text-decoration: underline; }
.leftname{ display: inline-block; overflow: hidden; line-height: 50px; font-size:18px; font-weight: bold; }
.leftname i{ font-size:26px; float: left; margin-right: 5px; }
.fcol1 .leftname{ color: #d0005b; }
.fcol1{ border-bottom-color:#d0005b;}
.fcol2 .leftname{ color: #1087ca; }
.fcol2{ border-bottom-color:#1087ca;}

/** 首页推荐 **/
.Boutique{margin:0px 20px;}
.Boutique ul{ overflow: hidden; }
.Boutique li{ width: 178px; float:left; margin-right: 16px; margin-bottom:16px;}
.Boutique li:nth-child(6n){margin-right: 0px;}
.Boutique li .boulink{ width: 178px; height: 108px; display: block; overflow: hidden; }
.Boutique li .boulink img{ width: 100%; height: 108px; 
	transition: all 0.3s ease; -o-transition: all 0.3s ease; -ms-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -webkit-transition: all 0.3s ease;
}
.Boutique li .boulink:hover img{transform:scale(1.15,1.15); -o-transform:scale(1.15,1.15); -ms-transform:scale(1.15,1.15); -moz-transform:scale(1.15,1.15); -webkit-transform:scale(1.15,1.15);}
.Boutique li dl{ overflow: hidden; height: 33px; line-height: 28px; padding-top: 7px; background: #f8f8f8; }
.Boutique li dl *{display: inline-block; float: left;}
.Boutique dl dt{max-width: 11em; font-size: 14px; overflow: hidden; height: 28px; }
.Boutique dl dt a{color: #444;}
.Boutique dl dt a:hover{color: #d0005b; text-decoration: underline;}
.Boutique dl dd{ float: right; overflow: hidden; font-size: 14px; font-weight: bold; color:#d0005b;}
.Boutique li:hover dl{ background: #f2f2f2; }


/** 首页品牌推荐 **/
.Boutiqueaa{margin:0px 23px;}
.Boutiqueaa ul{ overflow: hidden; }
.Boutiqueaa li{ width: 100px; float:left; margin-right: 16px; margin-bottom:16px;}
.Boutiqueaa li:nth-child(10n){margin-right: 0px;}
.Boutiqueaa li .boulink{ width: 100px; height: 100px; display: block; overflow: hidden; }
.Boutiqueaa li .boulink img{ width: 100%; height: 100px; 
	transition: all 0.3s ease; -o-transition: all 0.3s ease; -ms-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -webkit-transition: all 0.3s ease;
}
.Boutiqueaa li .boulink:hover img{transform:scale(1.15,1.15); -o-transform:scale(1.15,1.15); -ms-transform:scale(1.15,1.15); -moz-transform:scale(1.15,1.15); -webkit-transform:scale(1.15,1.15);}
.Boutiqueaa li dl{ overflow: hidden; height: 33px; line-height: 28px; padding-top: 7px; background: #f8f8f8; }
.Boutiqueaa li dl *{display: inline-block; float: left;}
.Boutiqueaa dl dt{max-width: 11em; font-size: 14px; overflow: hidden; height: 28px; }
.Boutiqueaa dl dt a{color: #444;}
.Boutiqueaa dl dt a:hover{color: #d0005b; text-decoration: underline;}
.Boutiqueaa dl dd{ float: right; overflow: hidden; font-size: 14px; font-weight: bold; color:#d0005b;}
.Boutiqueaa li:hover dl{ background: #f2f2f2; }


/** 大广告图 **/
.bigbanner a{ width: 1190px; height: 80px; display: block; overflow: hidden; }
.bigbanner a img{ width: 100%; min-height: 80px;
	transition: all 0.3s ease; -o-transition: all 0.3s ease; -ms-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -webkit-transition: all 0.3s ease;
}
.bigbanner a:hover img{ opacity: 0.95; transform:scale(1.05,1.05); -o-transform:scale(1.05,1.05); -ms-transform:scale(1.05,1.05); -moz-transform:scale(1.05,1.05); -webkit-transform:scale(1.05,1.05);}

/** 平台资讯标题 **/
.PtInfohead{position: relative; z-index: 9; text-align: center; line-height: 30px; height: 30px;}
.PtInfohead em{position: relative; z-index: 12; display: inline-block; padding-left: 30px; padding-right: 30px; background: #f5f5f5;
	font-size: 16px; font-weight: bold; color:#d0005b;
}
.PtInfohead span{width: 30%; height: 2px; line-height: 0px; font-size: 0px; background-color: #d0005b;
	position: absolute; z-index: 10; top: 14px; left: 35%;
}

/** 猜你喜欢 **/
.YouLike{}
.ykname{ background: #eabb00; color: #883e27; width: 30px; padding:5px; text-align: center; line-height:20px; height: 90px; }
.ykmain{ padding: 10px; width: 1160px; height: 90px; }
.ykmain ul{ overflow: hidden; }
.ykmain li{ width: 105px; height: 70px; float: left; margin-right: 10px; }
.ykmain li:last-child{ margin-right: 0px; }
.ykmain li a{width: 105px; height: 70px; display: block; overflow: hidden; position: relative; z-index: 9;}
.ykmain a img{ width: 100%; min-height: 70px; 
	transition: all 0.3s ease; -o-transition: all 0.3s ease; -ms-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -webkit-transition: all 0.3s ease;
}
.ykmain a:hover img{transform:scale(1.15,1.15); -o-transform:scale(1.15,1.15); -ms-transform:scale(1.15,1.15); -moz-transform:scale(1.15,1.15); -webkit-transform:scale(1.15,1.15);}
.ykmain a span{position:absolute; z-index: 11; top:0px; left:0px; width: 100%; height: 100%; opacity:0; background: rgba(0,0,0,0.4); display: block;
	transform:scale(1.2); -o-transform:scale(1.2); -ms-transform:scale(1.2); -moz-transform:scale(1.2); -webkit-transform:scale(1.2); 
	transition: all 0.3s ease; -o-transition: all 0.3s ease; -ms-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -webkit-transition: all 0.3s ease;
}
.ykmain a span b{line-height: 20px; font-weight: bold; color: #fff; position: absolute; z-index: 12; bottom: 10px; left: 10px; display: block; text-align: center;
	width: calc(100% - 20px); width: -o-calc(100% - 20px); width: -ms-calc(100% - 20px); width: -moz-calc(100% - 20px); width: -webkit-calc(100% - 20px);
}
.ykmain a:hover span{opacity:1;
	transform:scale(1); -o-transform:scale(1); -ms-transform:scale(1); -moz-transform:scale(1); -webkit-transform:scale(1); 
}

/** 4个模块 **/
.FourMode{margin-right: 20px; float: left;
	width:calc(25% - 15px); width:-o-calc(25% - 15px); width:-ms-calc(25% - 15px); width:-moz-calc(25% - 15px); width:-webkit-calc(25% - 15px); 
}
.FourMode:nth-child(4n){ margin-right: 0px; }
.FourMode .SameUl li:before{background: #d0005b;}
.FourMode .Triangle li:before{
	width: 0px !important; height: 0px !important; content: ''; background: none; margin-top: 6px; margin-right:5px;
	border-style: solid; border-width: 4px; border-color: transparent transparent transparent #d0005b;
}

/*动态留言*/
.Dynamic{margin:0px 15px; margin-top:1px; overflow:hidden; height: 290px; overflow:hidden;}
.Dynamic ul{ overflow:hidden;}
.Dynamic li{float: left; width: 100%; display: block; border-bottom: 1px solid #dcdcdc; padding:13px 0px; line-height: 20px;}
.Dynamic .dyname{ line-height: 20px; height: 20px; overflow: hidden; }
.Dynamic .dyname *{ display: inline-block; float: left; }
.Dynamic .dyname i{ color: #333; font-weight: bold; margin-right:7px; }
.Dynamic .dyname span{ color: #777; margin-right:7px; }
.Dynamic .dyname a{ color: #777; max-width: 6em; overflow: hidden; text-overflow:ellipsis; white-space: nowrap;}
.Dynamic .dyname a:hover{ text-decoration: underline; color: #d0005b;}
.Dynamic .dyname .dyadd{color: #777; float: right; width: 48px; overflow:hidden; text-align: right;}
.Dynamic .dycontent{height:20px; line-height:20px; overflow:hidden; margin-top:5px; margin-bottom: 5px; color: #333;
	overflow: hidden; text-overflow:ellipsis; white-space: nowrap;
}
.Dynamic .dyother{height:20px; line-height:20px; overflow: hidden; color: #777;}
.Dynamic .dyother i{ float: right; }

/*品牌招商*/
.BrandMode{padding: 15px; padding-bottom: 0px;}
.BMhead{font-size: 12px; font-weight: bold; overflow: hidden; line-height:20px; height:20px; margin-bottom:12px;}
.BMhead i{font-weight: normal; display: inline-block; height: 18px; line-height: 18px; float: left; background: #d0005b; position: relative; color: #fff;
	border-radius: 3px; -o-border-radius: 3px; -ms-border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px;
	padding-left: 5px; padding-right: 5px; margin-right:10px; margin-top: 1px;
}
.BMhead i:before{ content:""; display:block; width:0px; height:0px; line-height:0px; font-size:0px; position:absolute; top:5px; right: -4px; 
	border-width:4px 0px 4px 4px;  border-style:solid; border-color: transparent transparent transparent #d0005b;
}
.BMhead a{ color: #555; display: inline-block; float: left; overflow: hidden; max-width: 16em; text-overflow:ellipsis; white-space: nowrap; }
.BMhead a:hover{ color: #d0005b; text-decoration: underline;}

.BrandMode dl{ overflow: hidden; zoom: 1;}
.BrandMode dt{ width: 120px; float: left; position: relative; z-index: 99;}
.BrandMode dt a{ display: block; overflow: hidden; width: 120px; height: 88px; }
.BrandMode dt a img{ max-width: 100%; height:88px; 
	transition: all 0.5s ease; -o-transition: all 0.5s ease; -ms-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -webkit-transition: all 0.5s ease;
}
.BrandMode dt a:hover img{transform: scale(1.05,1.05); -o-transform: scale(1.05,1.05);  -ms-transform: scale(1.05,1.05); -moz-transform: scale(1.05,1.05); -webkit-transform: scale(1.05,1.05);}
.BrandMode dd{height:88px; padding: 4px 0px; width: 100%; padding-left:130px; color: #999; line-height: 20px; position: relative; z-index:9;}
.BrandMode dd p{height: 80px; overflow: hidden;
	text-align:justify; text-justify:distribute; -moz-text-align-last:justify;
}
.BrandMode dd em{ position: absolute; z-index: 10; bottom:4px; right: 0px; padding-left:7px; background: #fff; height: 20px; text-indent:0em; }
.BrandMode dd a{ color: #d0005b; }
.BrandMode dd a:hover{ text-decoration: underline; }

/*展会*/
.Graphic2{padding: 15px; padding-bottom: 0px;}
.Graphic2 a{ display: block; overflow: hidden; width: 100%; height: 120px; position: relative; z-index: 9;
	background-image: url(../images/noimgbg.png); background-repeat: no-repeat; background-position: center center;
	background-color: #f5f5f5;
}
.Graphic2 a img{width: 100%; min-height: 120px; transition: all 0.3s ease; -o-transition: all 0.3s ease; -ms-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -webkit-transition: all 0.3s ease;}
.Graphic2 a span{position: absolute; left: 0px; bottom: 0px; width: 100%; height: 25px; line-height: 25px; background: rgba(0,0,0,0.5); text-align: center; color: #fff;
	transition: all 0.3s ease; -o-transition: all 0.3s ease; -ms-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -webkit-transition: all 0.3s ease;
}
.Graphic2 a:hover img{transform:scale(1.15,1.15); -o-transform:scale(1.15,1.15); -ms-transform:scale(1.15,1.15); -moz-transform:scale(1.15,1.15); -webkit-transform:scale(1.15,1.15);}

/** 推荐品牌轮播 **/
.RecHead{ height: 42px; line-height: 42px; background: #f19149; padding: 0px 15px; font-size: 15px; font-weight: bold; color: #fff;
	border-radius:3px 3px 0px 0px; -o-border-radius:3px 3px 0px 0px; -ms-border-radius:3px 3px 0px 0px; -moz-border-radius:3px 3px 0px 0px; -webkit-border-radius:3px 3px 0px 0px;
}
.RecHead i{display: inline-block; float: left; font-size:20px; margin-right: 3px; }
.RecImg{ height: 288px; background: #fff; }
.RecImg .CarBtn{top: 119px; height: 50px; line-height: 50px; width: 20px;}
.RecImg .CarImg{ width: 283px; height:288px; }
.RecImg .CarImg li{ width: 283px;}
.RecImg .CarImg li a{ width: 100%; height: 288px;}
.RecImg .CarImg a img{ width: 100%; min-height: 288px; }
.RecImg .CarTxt{top:10px; right: 3px; width: auto; display: inline-block; height: 9px; line-height: 9px;}
.RecImg .CarTxt span{margin-right: 7px; height:9px; width:9px;}

/** 人气排行 **/
.rqph2 {width:583px;height: 331px;}
.rqph2 ul{ margin-bottom:-3px; overflow:}
.rqph2 ul li{ float: left; border-bottom:#CCC 1px  solid; height:32px; line-height:33px; width:110px; overflow:hidden}
.rqph2 ul li a{ color:#999}






.syrqph { width:283px;}
.bgcol{ background: #e587b1; }
.Popularity{margin:14px 15px;}
.Popularity ul{ overflow: hidden; }
.Popularity li{ float: left; display: block; width: 100%; overflow: hidden; height: 20px; line-height: 20px; margin-bottom:10px; position: relative; z-index: 9;}
.Popularity li:last-child{margin-bottom: 0px;}
.Popularity li *{ display: inline-block; }
.Popularity li .popother{ float: right; color:#555;}
.Popularity li:nth-child(1):before,.Popularity li:nth-child(2):before,.Popularity li:nth-child(3):before{ 
	position: absolute; z-index: 10; top:0px; left: 0px; content: ''; width: 20px; height: 20px; 
	background: url(../images/news.png); background-repeat: no-repeat; 
}
.Popularity li:nth-child(1):before{background-position: -2px -32px;}
.Popularity li:nth-child(2):before{background-position: -26px -32px;}
.Popularity li:nth-child(3):before{background-position: -50px -32px;}

.Popularity li:hover{ background: #f5f5f5; }
.Popularity li .popother i{ float: left; color: #999; margin-right: 5px; }
.Popularity li .popnumber{ float: left; width: 20px; height: 20px; margin-right:7px; text-align: center; color: #47a6ff;}
.Popularity li .popname{ float: left; width: 90px; margin-right: 15px; }
.Popularity li .popname a{ color: #333; }
.Popularity li .popname a:hover{ color: #d0005b; text-decoration: underline; }
.Popularity li .popsort{ float: left; color: #666;}

/** 友情链接 **/
.FriendLinks{background: #fff; padding-bottom:20px;}
.linkbox{width: 1190px; margin:0px auto; background: #f5f5f5;
	border-radius:5px; -o-border-radius:5px; -ms-border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px;
}
.linkhead{margin-bottom: 10px;}
.linkhead em{ background:#eabb00; color: #fff; display: inline-block; line-height: 25px; height: 25px; padding:0px 20px;
	border-radius: 0px 0px 5px 0px; -o-border-radius: 0px 0px 5px 0px; -ms-border-radius: 0px 0px 5px 0px; -moz-border-radius: 0px 0px 5px 0px; -webkit-border-radius: 0px 0px 5px 0px;
}
.linkhead a{ display: inline-block; float: right; line-height: 25px; height: 25px; margin-right: 10px; color: #d0005b;
	border-radius: 3px; -o-border-radius: 3px; -ms-border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px;
}
.linkmain{overflow:hidden; padding: 0px 20px 10px 20px;}
.linkmain a{ float: left; margin-right:30px; margin-bottom:3px; margin-top: 3px; line-height: 20px; display: inline-block; color: #777;}
.linkmain a:hover{ color: #d0005b; text-decoration: underline;}

/*
	.FriendLinks{margin-top:20px; margin-bottom: 10px; overflow: hidden;}
	.FriendLinks dl{ overflow: hidden; }
	.FriendLinks dt{ float: left; width: 70px; font-weight: bold;}
	.FriendLinks dd{ width: 100%; padding-left: 75px;}
	.FriendLinks dd a{ color: #999; display: inline-block; margin-right: 15px; margin-bottom: 10px; }
	.FriendLinks dd a:hover{color: #444; text-decoration: underline;}
*/


/********** 【频道页】 **********/
/** 导航 **/
/* .BranchNav{ background: #d0005b; position: relative; z-index: 999999;}
.Bfirst{ display: inline-block; float: left; text-align: center; width:200px; margin-right: 30px; background: #b80051;  height: 45px; }
.Bfirst p{ display: inline-block; line-height: 44px; color: #fff; font-size: 16px;}
.Bfirst p .iconfont{ float: left; font-size:20px; margin-right:5px;}

.Bother{ display: inline-block; overflow: hidden; float: left; padding-top: 7px; padding-bottom: 7px; }
.Bother a{ display: inline-block; float: left; line-height: 30px; padding-left: 12px; padding-right: 12px; font-size: 14px; color:#fff; cursor: pointer;} 
.Bother a:hover,.Blast a:hover{background-color:rgba(0,0,0,0.15);
	border-radius: 5px; -o-border-radius: 5px; -ms-border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
}

.Blast{padding-top: 7px; padding-bottom: 7px;}
.Blast a{ color: #fff; display: inline-block; line-height: 30px; padding-left: 12px; padding-right: 12px;}
.Blast a i{ float: left; margin-right:5px; font-size: 16px;} */

/** 品牌商机 **/
.sjhead{ line-height: 40px; height: 40px; margin:0px 10px; font-size: 14px; font-weight: bold;}
.sjhead i{ float: left; font-size: 16px; color: #ff9500; margin-right:5px;}

.Business{ margin:0px 10px; padding-bottom: 10px; }
.Business ul{ overflow: hidden; }
.Business li{ float: left; width: 108px; margin-right: 10px; }
.Business li:last-child{ margin-right: 0px; }
.Business li a{ display: block; overflow: hidden; width: 108px; height: 70px; position: relative; z-index: 9; }
.Business li img{ width: 100%; min-height: 70px; }
.Business li span{position: absolute; bottom: -22px; left: 0px; width: 100%; line-height:22px; height:22px; z-index: 10;
	background-color:rgba(0,0,0,0.5); color: #fff; text-align: center;
}
.Business li img,.Business li span{transition: all 0.5s ease; -o-transition: all 0.5s ease; -ms-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -webkit-transition: all 0.5s ease;}
.Business li a:hover span{bottom: 0px;}
.Business li a:hover img{transform: scale(1.1,1.1); -o-transform: scale(1.1,1.1);  -ms-transform: scale(1.1,1.1); -moz-transform: scale(1.1,1.1); -webkit-transform: scale(1.1,1.1);}

/** 标题NEW **/
.Headlines{padding-left:20px; padding-right:20px;}
.ModuleName4{ border-bottom: 1px solid #e1e1e1; line-height: 40px; height: 40px; margin-bottom: 20px;}
.ModuleName4 span{height:40px; font-size: 14px; font-weight: bold; display: inline-block; border-bottom:2px solid #d0005b;
	padding-left: 10px; padding-right: 10px; margin-bottom: -1px;
}
.ModuleName5{ border-bottom: 1px solid #e1e1e1; line-height: 40px; height: 40px; margin-right:10px; margin-left:10px;}
.ModuleName5 span{height:40px;padding-left: 10px;padding-right: 10px;font-size: 14px;font-weight: bold;display: inline-block;border-bottom: 2px solid #d0005b;margin-bottom: -1px;}
.ModuleName5 span strong{font-weight: bold; float: left; display: inline-block; color:#d0005b;}

.ModuleName5 a.more{color: #888; float: right;}
.ModuleName5 a.more:hover{ color:#d0005b; text-decoration: underline;}

.Headlines .peaknews{padding:19px 0px 20px 0px;}
.Headlines .peaknews li{ margin-bottom:13px; }
.Headlines .peaknews li:last-child,.Headlines .peaknews li:nth-last-child(2){margin-bottom: 0px;}

/** 轮播 **/
.ChRecImg{ height:443px; background: #fff; }
.ChRecImg .CarBtn{top: 180px; height: 50px; line-height: 50px; width: 20px;}
.ChRecImg .CarImg{ width: 300px; height:443px; }
.ChRecImg .CarImg li{ width: 300px;}
.ChRecImg .CarImg li a{ width: 100%; height: 443px;}
.ChRecImg .CarImg a img{ width: 100%; min-height: 443px; }
.ChRecImg .CarTxt{bottom:9px; right: 5px; width: auto; display: inline-block; height: 12px; line-height: 12px;}
.ChRecImg .CarTxt span{margin-right: 7px; height:12px; width:12px;
	border-radius: 100%; -o-border-radius: 100%; -ms-border-radius: 100%; -moz-border-radius: 100%; -webkit-border-radius: 100%;
}

/** 品牌动态 **/
.RecInfo{ margin-bottom:15px; }
.RecInfo dl{ overflow: hidden; }
.RecInfo dt{ float: left; width: 110px; height: 70px; }
.RecInfo dt a{ width:100%; height: 70px; display: block; overflow: hidden; }
.RecInfo dt img{ width: 100%; min-height: 70px;
	transition: all 0.3s ease; -o-transition: all 0.3s ease; -ms-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -webkit-transition: all 0.3s ease;
}
.RecInfo dt a:hover img{transform:scale(1.1,1.1); -o-transform:scale(1.1,1.1); -ms-transform:scale(1.1,1.1); -moz-transform:scale(1.1,1.1); -webkit-transform:scale(1.1,1.1);}
.RecInfo dd{ width: 100%; padding-left: 120px; }
.RecInfo dd a{ height:22px; line-height: 22px; margin-bottom: 5px; width: 100%; display: block; font-size: 14px; font-weight: bold; color: #444;
	overflow: hidden; text-overflow:ellipsis; white-space: nowrap;
}
.RecInfo dd a:hover{ color: #d0005b; text-decoration: underline; }
.RecInfo dd p{height: 40px; overflow: hidden; line-height: 20px; color: #888;}

/** 排行榜 **/

/** 优选品牌 **/
.Preferred{padding:15px 20px;}
.Preferred ul{overflow: hidden;}
.Preferred li{ float: left; display: block; overflow: hidden; height: 20px; margin-bottom:7px; margin-right: 20px;
	width: calc(20% - 16px); width: -o-calc(20% - 16px); width: -ms-calc(20% - 16px); width: -moz-calc(20% - 16px); width: -webkit-calc(20% - 16px);
}
.Preferred li:nth-child(5n){margin-right: 0px;}
.Preferred li a{ color: #4c4c4c; line-height: 20px; height: 20px; overflow: hidden; display: inline-block;}
.Preferred li a:hover{color: #d0005b; text-decoration: underline; }
.Preferred li:nth-last-child(1),.Preferred li:nth-last-child(2),.Preferred li:nth-last-child(3),.Preferred li:nth-last-child(4),.Preferred li:nth-last-child(5){margin-bottom: 0px;}

.PreImg{padding:0px 20px 14px 20px;}
.PreImg ul{overflow: hidden;}
.PreImg li{float: left; display: block; overflow: hidden; margin-right: 20px;
	width: calc(20% - 16px); width: -o-calc(20% - 16px); width: -ms-calc(20% - 16px); width: -moz-calc(20% - 16px); width: -webkit-calc(20% - 16px);
}
.PreImg li:last-child{margin-right: 0px;}
.PreImg li a{ width: 100%; height: 120px; display: block; overflow:hidden; position:relative; z-index: 9;}
.PreImg a img{ width: 100%; min-height: 120px;
	transition: all 0.3s ease; -o-transition: all 0.3s ease; -ms-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -webkit-transition: all 0.3s ease;
}
.PreImg a span{position: absolute; bottom: 0px; left: 0px; width: 100%; line-height:24px; height:24px; z-index: 10;
	background-color:rgba(0,0,0,0.5); color: #fff; text-align: center;
}
.PreImg a:hover img{transform:scale(1.1,1.1); -o-transform:scale(1.1,1.1); -ms-transform:scale(1.1,1.1); -moz-transform:scale(1.1,1.1); -webkit-transform:scale(1.1,1.1);}

/** 大牌精选 **/
.FeatRec{ display: inline-block; overflow: hidden;padding: 11px 0px;}
.FeatRec a{ height: 20px; line-height: 20px; float: left; margin-right:20px; }

.Featured{padding:20px; padding-bottom: 10px;}
.Featured ul{ overflow: hidden; }
.Featured li{ float: left; width:135px; margin-right: 10px; margin-bottom:10px; }
.Featured li:nth-child(8n){ margin-right: 0px; }
.Featured li a{ display: block; overflow: hidden; width: 135px; height: 80px; position: relative; z-index: 9; }
.Featured li img{ width: 100%; min-height: 80px; }
.Featured li span{position: absolute; bottom: -24px; left: 0px; width: 100%; line-height:24px; height:24px; z-index: 10;
	background-color:rgba(0,0,0,0.5); color: #fff; text-align: center;
}
.Featured li img,.Featured li span{transition: all 0.5s ease; -o-transition: all 0.5s ease; -ms-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -webkit-transition: all 0.5s ease;}
.Featured li a:hover span{bottom: 0px;}

.Featured li a:hover img{transform: scale(1.1,1.1); -o-transform: scale(1.1,1.1);  -ms-transform: scale(1.1,1.1); -moz-transform: scale(1.1,1.1); -webkit-transform: scale(1.1,1.1);}

/** 四大模块 **/
.FourMajor{padding: 0px 20px;}
.FourMajor .SameUl{float: left; width: 340px; padding:14px 0px;}
.FourMajor .SameUl li{margin-bottom:10px;}
.FourMajor .SameUl li:last-child{margin-bottom: 0px;}

/** 加盟动态 **/
.JMdynamic{padding:20px; padding-bottom: 0px; border:1px solid #d0005b; border-top-width: 0px; background: #fff;}
.dthead{border-bottom: 1px solid #e1e1e1; padding-bottom: 5px;}
.dthead p{ text-align: center; font-size: 14px; color:#555; line-height:20px; margin-bottom:10px;}
.dthead p b{font-weight:bold; color: #d0005b; padding: 0px 10px;}
.dtmain{margin:7px 0px; height: 272px; overflow: hidden;}
.dtmain ul{overflow: hidden;}
.dtmain li{overflow: hidden; width: 100%; float: left; line-height: 20px; padding: 7px 0px;}
.dtmain li *{display:inline-block; color: #333; float: left;}
.dtmain li .dtBtn{ float: right; color: #555;}
.dtmain li .dtBtn:hover{ color:#d0005b; text-decoration: underline; }
.dtmain li .dtTime{ color: #999; margin-right: 15px;}
.dtmain li .dtName{color: #0090ff; font-weight: bold; margin-right: 15px;}
.dtmain li .dtTxt{margin-right: 15px;}
.dtmain li .dtPro{color: #d0005b; max-width: 8em; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.dtmain li .dtPro:hover{text-decoration: underline; }

/** 您可能对以下项目感兴趣 **/
.intHead{ border-bottom: 1px solid #e1e1e1; line-height: 40px; height: 40px;}
.intHead span{height:40px; font-size: 15px; font-weight: bold; display: inline-block; border-bottom:1px solid #d0005b;
	padding-left: 20px; padding-right: 20px; margin-bottom: -1px; color:#d0005b; 
}
.interested{padding: 20px;}
.interested ul{ overflow: hidden; }
.interested li{ float: left; margin-right: 50px; overflow: hidden;
	transition: all 0.5s ease; -o-transition: all 0.5s ease; -ms-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -webkit-transition: all 0.5s ease;
	width:calc(25% - 40px); width:-o-calc(25% - 40px); width:-ms-calc(25% - 40px); width:-moz-calc(25% - 40px); width:-webkit-calc(25% - 40px);
}
.interested li:last-child{margin-right: 0px;}
.interested li:hover{ background: #f1f1f1; }
.interested .intImg{ float: left; width: 110px;}
.intImg a{ width: 110px; height: 70px; display: block; overflow: hidden; }
.intImg a img{ width: 100%; min-height: 70px;
	transition: all 0.5s ease; -o-transition: all 0.5s ease; -ms-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -webkit-transition: all 0.5s ease;
}
.intImg a:hover img{transform: scale(1.1,1.1); -o-transform: scale(1.1,1.1);  -ms-transform: scale(1.1,1.1); -moz-transform: scale(1.1,1.1); -webkit-transform: scale(1.1,1.1);}
.interested .intTxt{ width: 100%; padding-left: 120px; height: 70px; line-height: 20px;}
.intTxt .inttitle{ width: 100%; display: block; height: 20px; overflow: hidden; margin-bottom:5px;}
.intTxt .inttitle a{color: #333; font-size: 14px; display: inline-block; height: 20px; overflow: hidden;}
.intTxt .inttitle a:hover{ color: #d0005b; text-decoration: underline; }
.intTxt .intmoney{ margin-bottom: 5px; color: #999; overflow: hidden; height: 20px; }
.intTxt .intmoney b{float:left; display: inline-block; margin-right: 5px;}
.intTxt .intmoney i{float:left; display: inline-block; font-size: 14px; font-weight: bold; color:#d0005b; }
.intTxt .intbtn{height: 20px; overflow: hidden;}
.intTxt .intbtn a{display:inline-block; background-color: #d0005b; color: #fff; padding-left: 10px; padding-right:10px; height: 20px;
	border-radius: 3px; -o-border-radius: 3px; -ms-border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px;
}

/* 按投资金额 */
.TermFind{}
.TermFind dl{ overflow: hidden; zoom:1; font-size:16px; line-height: 20px;}
.TermFind dt{ float: left; margin-right: 30px; }
.TermFind dd{ float: left; }
.TermFind dd a{ float: left; display: inline-block; color: #333; margin-right: 30px;}
.TermFind dd a:hover{ color: #d0005b; text-decoration: underline; }

/********** 【二级频道页】 **********/

/** 热点头条 **/
.HotNews{padding:0px 20px;}
.hnFocus{ text-align: center; margin-bottom: 15px; padding: 0px 20px;}
.hnFocus em{ display: block; height: 30px; line-height: 30px; overflow: hidden; margin-bottom: 5px;}
.hnFocus em a{display: inline-block; font-size: 15px; font-weight:bold; color: #d20000;
	max-width:100%; overflow: hidden; text-overflow:ellipsis; white-space: nowrap;
}
.hnFocus em a:hover{ text-decoration: underline; }
.hnFocus p{ line-height: 20px; height: 20px; width: 100%; color: #888;
	overflow: hidden; text-overflow:ellipsis; white-space: nowrap;
}
.HotNews .peaknews{padding: 16px 0px;}

/** 精品专区 **/
.JPArea{padding:20px; padding-bottom: 0px;}
.JPArea ul{ overflow: hidden; }
.JPArea li{ float: left; width:175px; margin-right: 20px; margin-bottom:20px; }
.JPArea li:nth-child(6n){ margin-right: 0px; }
.JPArea li a{ display: block; overflow: hidden; width: 175px; height: 110px; position: relative; z-index: 9; }
.JPArea li img{ width: 100%; min-height:110px;
	transition: all 0.5s ease; -o-transition: all 0.5s ease; -ms-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -webkit-transition: all 0.5s ease;
}
.JPArea li span{position: absolute; bottom:0px; left: 0px; width: 100%; line-height:26px; height:26px; z-index: 10;
	background-color:rgba(0,0,0,0.7); color: #fff; text-align: center;
}
.JPArea li a:hover img{transform: scale(1.1,1.1); -o-transform: scale(1.1,1.1);  -ms-transform: scale(1.1,1.1); -moz-transform: scale(1.1,1.1); -webkit-transform: scale(1.1,1.1);}



/******** 2018-10-12新增板块 ********/

/****** 展会知识 ******/
.ShowZS{ padding: 10px 20px 30px 20px; }
.zsList{padding:20px 10px; border-bottom: 1px solid #e1e1e1; overflow: hidden;
	transition: all 0.3s ease; -o-transition: all 0.3s ease; -ms-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -webkit-transition: all 0.3s ease;
}
.zsList:hover{ background: #f5f5f5; }
.zsList h3{line-height: 30px; height: 30px; overflow: hidden; margin-bottom: 7px;}
.zsList h3 i{ float: right; font-size: 12px; color: #999;}
.zsList h3 a{float:left; color: #4c4c4c; font-size: 15px; font-weight: bold; overflow: hidden; text-overflow:ellipsis; white-space: nowrap; width: 30em;}
.zsList h3 a:hover{ color: #d0005b; text-decoration:underline; }
.zsList h3 a:visited {color:#888;}
.zsList .outline{ height: 40px; line-height: 20px; overflow: hidden; color: #818181; font-size: 14px; margin-bottom: 7px;
	text-align:justify; text-justify:distribute; -moz-text-align-last:justify;
}
.zslist .zsother{overflow: hidden;}
.zsother .zslook{float:right; display: inline-block; overflow: hidden; color: #808080;}
.zslook i{font-size: 14px; float: left; margin-right: 3px;}
.zslook b{float: left; margin-right: 3px;}
.zsother .zssource{color: #808080; display: inline-block; overflow: hidden;}
.zssource i{ display: inline-block; float: left; }
.zssource b{display: inline-block; float: left;}

/* 热门展会 */
.hotshow{padding: 10px; padding-top: 3px;}
.hotshow ul{overflow: hidden; }
.hotshow li{width: 100%; padding: 10px 0px; float: left; display: block; border-bottom: 1px solid #eee; position: relative; z-index: 9;}
.hotshow li:last-child{margin-bottom: 0px; border-bottom-width:0px;}
.hotshow li a{ color: #333; display: inline-block; overflow: hidden; text-overflow:ellipsis; white-space: nowrap; font-size: 14px; line-height: 26px; width: 100%;
	max-width:calc(100% - 40px); max-width:-o-calc(100% - 40px); max-width:-ms-calc(100% - 40px); max-width:-moz-calc(100% - 40px); max-width:-webkit-calc(100% - 40px);
}
.hotshow li a:before{content: ''; overflow:hidden; float: left; display:inline-block; width: 0px; height: 0px; margin-top:8px; margin-right:5px;
	border-style: solid; border-width: 4px; border-color: transparent transparent transparent #f19149;
}
.hotshow li a:hover{ color:#d0005b; text-decoration: underline; }
.hotshow li .icon-huo{ display: inline-block; width: 26px; height: 26px; line-height: 26px; font-size:24px; position: absolute; top:10px; right: 0px; color: #d0005b;}
.hotshow li p{ color: #999; height: 16px; overflow: hidden; margin-bottom: 5px;}
.hotshow li p i{ float:left; padding-right:5px; width: 40px;}
.hotshow li p b{float: left; height: 16px; overflow: hidden; width: calc(100% - 40px); width:-o-calc(100% - 40px); width:-ms-calc(100% - 40px); width:-moz-calc(100% - 40px); width:-webkit-calc(100% - 40px);}
.hotshow li p:last-child{margin-bottom: 0px;}

/* 轮播广告 */
.ShowCar{ width: 320px; height: 400px; background: #f5f5f5;}
.ShowCar .CarBtn{top: 170px; height: 50px; line-height: 50px; width: 20px;}
.ShowCar .CarImg{ width: 320px; height:400px; }
.ShowCar .CarImg li{ width: 320px;}
.ShowCar .CarImg li a{ width: 100%; height: 400px;}
.ShowCar .CarImg a img{ width: 100%; min-height: 400px; }
.ShowCar .CarTxt{bottom:40px; width:100%; display: inline-block; height: 12px; line-height: 12px;}
.ShowCar .CarTxt span{margin-right: 7px; height:12px; width:12px;
	border-radius: 6px; -o-border-radius: 6px; -ms-border-radius: 6px; -moz-border-radius: 6px; -webkit-border-radius: 6px;
}

/* 展会合作 */
.showhead{padding: 0px 10px; line-height: 40px; height: 40px; background:#d0005b; font-size: 14px; color: #fff;}
.showCoo{ padding: 15px; }
.Co-text{ width: 190px; }
.Co-text ul{ overflow: hidden; }
.Co-text li{ display: block; margin-bottom: 5px; overflow: hidden; line-height:18px;}
.Co-text li:last-child{margin-bottom: 0px;}
.Co-text li i{ width: 5em; display: inline-block; color: #777;
	text-align:justify; text-justify:distribute-all-lines; text-align-last:justify; -moz-text-align-last:justify;
}
.Co-text li b{ color: #444; }
.Co-text li b a{ color: #444; }
.Co-text li b a:hover{ color:#d0005b; text-decoration: underline; }
.Co-img{width: 100px; overflow: hidden; height: 100px;}

/* 展会知识文章详情 */
.LoreMain{padding: 30px; padding-bottom: 50px;}

.LoreHead{text-align: center; border-bottom: 1px solid #e1e1e1; padding-bottom: 20px;}
.LoreHead h1{font-size: 22px; font-weight: bold; line-height: 40px; margin-bottom:5px;}
.LoreHead p{color: #999; text-align: center; line-height: 20px;}
.LoreHead p i{padding-right: 20px;}

.LoreGuide{padding: 10px; margin:20px 30px; background-color:#f8f8f8; border:1px solid #d7d7d7; color: #555; min-height: 62px;
	background-image: url(../images/daodu.png); background-repeat: no-repeat; background-position: 10px center;
	border-radius: 3px; -o-border-radius: 3px; -ms-border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px;
}
.LoreGuide p{line-height: 22px; font-size: 14px; min-height: 42px; border-left: 1px solid #d7d7d7; margin-left:50px; padding-left: 10px;}

.LoreDetail{padding: 0px 30px;}
.LoreDetail{ padding:30px; padding-top: 0px; font-size: 16px; line-height: 2; }
.LoreDetail p{text-indent: 2em; color: #333; text-align:justify; text-justify:distribute; -moz-text-align-last:justify;}
.LoreDetail img{ display: block; max-width: 600px; margin:10px auto;}
.LoreDetail strong,.articleD b{font-weight: bold;}
.LoreDetail p a{color:#d0005b; text-decoration:underline; }

.LoreBtn{border-top: 1px solid #e1e1e1; padding-top:20px;}
.lastzx,.nextzx{overflow: hidden; display: inline-block; max-width: 40%; line-height: 22px; height: 22px;}
.lastzx i,.nextzx i{ color:#777; float: left;}
.lastzx a,.nextzx a{ color: #305fd3; float: left; max-width: 20em; overflow: hidden; text-overflow:ellipsis; white-space: nowrap;}
.lastzx a:hover,.nextzx a:hover{color:#d0005b; text-decoration:underline;}

/* 展会新闻 */
.shownews .rrimg,.KnowHow .RecInfo{margin-bottom: 0px; padding: 0px 15px;}
.shownews .Triangle li,.KnowHow .Triangle li{line-height: 22px; height: 22px;}
.shownews .Triangle li:before,.KnowHow .Triangle li:before{margin-top: 7px;}
.shownews .SameUl{padding: 15px 15px 14px 15px;}

/****** 展会详情改版 ******/
.ShowDetail{padding: 0px 30px 30px 30px;}
.ShowInfo{background-image: url(../images/showbg.png); background-repeat: no-repeat; background-position: left center; padding-top: 30px;
	width: 1190px; height: 200px; overflow: hidden; color: #fff; text-align: center;
}
.ShowInfo h1{ line-height: 60px; height: 60px; font-size:30px; font-weight:bold; margin-bottom: 10px;}
.ShowInfo p{line-height: 20px; height: 20px; margin-bottom: 5px; font-size: 14px;}
.ShowInfo .showre{ height: 20px; line-height: 20px; margin-top:15px;}
.showre i{padding-right: 20px; display:inline-block;}

/* 展会导航 */
.ShowNav{ height: 50px; padding-top: 10px;}
.snCon{z-index: 9999; height: 40px; line-height: 40px; padding-left: 15px; padding-right: 15px; border-bottom: 1px solid #dcdcdc; background: #fff;}
.snCon ul{overflow: hidden;}
.snCon li{height: 40px; margin-right:20px; float: left; cursor: pointer; position: relative; z-index: 9;}
.snCon li a{display: block; color: #444; line-height: 40px; font-size: 14px; padding-left:15px; padding-right:15px; font-weight: bold;}
.snCon li span{display:block; position:absolute; width:0px; height:0px; background:#d0005b;  bottom:0px; z-index: 10;}
.snCon li.snActive span{height:2px; width:100%; left:0px; -webkit-animation-name:fadeInLeft; animation-name:fadeInLeft;}
.snCon li.snActive a{color: #d0005b;}

.hiddenline{ position: relative; z-index:9; }
.hiddenline .oneline{width: 100%; height: 1px; line-height: 1px; font-size: 0px; position: absolute; top: -50px; z-index: 10;}

/* 倒计时 */
.Countdown{}
.timemain{background-image: url(../images/showtime.png); background-repeat: no-repeat; background-position: left center; 
	width: 452px; height: 66px; overflow: hidden; margin:0px auto; padding: 6px;
}
.timemain dl{ overflow: hidden; }
.timemain dt{ float: left; }
.timemain dt p{ line-height: 26px; font-size: 14px; font-weight: bold; color: #ff463d; width: 150px; text-align: center; margin-bottom: 3px;}
.timemain dt p:last-child{margin-bottom: 0px;}
.timemain dd{ float: left; height: 54px; line-height: 26px; padding: 14px 0px 14px 15px; color: #fff; font-size:18px;}
.timemain dd b{font-weight: bold; color:#d0005b; display: inline-block; margin:0px 5px; padding: 0px 10px; background:#fff; letter-spacing:3px;
	border-radius:5px; -o-border-radius:5px; -ms-border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px;
}

/* 近期展会 */
.recentimg{padding:0px 15px;}
.recentimg dl{overflow: hidden; }
.recentimg dt{float: left; width: 90px; height: 70px;}
.recentimg dt a{width:100%; height: 70px; display: block; overflow: hidden;}
.recentimg dt img{width: 100%; min-height: 70px;
	transition: all 0.3s ease; -o-transition: all 0.3s ease; -ms-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -webkit-transition: all 0.3s ease;}
.recentimg dt a:hover img{transform:scale(1.1,1.1); -o-transform:scale(1.1,1.1); -ms-transform:scale(1.1,1.1); -moz-transform:scale(1.1,1.1); -webkit-transform:scale(1.1,1.1);}
.recentimg dd{width: 100%; padding-left: 100px;}
.recentimg dd div{}
.recentimg dd div a{height:22px; line-height: 22px; margin-bottom: 5px; width: 100%; display: block; font-size: 14px; font-weight: bold; color: #444;
	overflow: hidden; text-overflow:ellipsis; white-space: nowrap;
}
.recentimg dd a:hover{ color: #d0005b; text-decoration: underline; }
.recentimg dd p{height: 20px; overflow: hidden; line-height: 20px; color: #888;}

.recenttxt{padding:10px 15px;}
.recenttxt ul{ overflow: hidden; }
.recenttxt li{width: 100%; float: left; display: block; position: relative; z-index: 9; padding:7px 0px; border-bottom:1px dashed #e1e1e1;}
.recenttxt li:last-child{border-bottom-width:0px;}
.recenttxt li a{ height: 20px; line-height: 20px; display: block; overflow: hidden; text-overflow:ellipsis; white-space: nowrap; font-size: 14px; color: #333; margin-bottom: 3px;}
.recenttxt li a:before{content: ''; width: 0px; height: 0px; overflow:hidden; float: left; display:inline-block; margin-top: 6px; margin-right:5px;
	border-style: solid; border-width: 4px; border-color: transparent transparent transparent #f19149;	
}
.recenttxt li a:hover{ color:#d0005b; text-decoration: underline; }
.recenttxt li p{ line-height: 20px; height: 20px; overflow: hidden; color: #999; }
.recenttxt p i{ float: left; display: inline-block;}
.recenttxt p b{ float: right; display: inline-block; }

/* 带图标标题 */
.iconhead span{padding-left: 0px;}
.iconhead .iconfont{font-size:20px; float: left; margin-right:7px; color: #d0005b;}

.traderec{padding:10px 15px;}
.traderec ul{ overflow: hidden; }
.traderec li{width: 100%; float: left; display: block; position: relative; z-index: 9; padding:7px 0px; border-bottom:1px dashed #e1e1e1;}
.traderec li:last-child{border-bottom-width:0px;}
.traderec li a.alinks{height: 20px; line-height: 20px; display: block; overflow: hidden; text-overflow:ellipsis; white-space: nowrap; font-size: 14px; color: #333; margin-bottom: 3px;}
.traderec li a.alinks:before{content: ''; width: 0px; height: 0px; overflow:hidden; float: left; display:inline-block; margin-top: 6px; margin-right:5px;
	border-style: solid; border-width: 4px; border-color: transparent transparent transparent #f19149;	
}
.traderec li a.alinks:hover{ color:#d0005b; text-decoration: underline; }
.traderec li p{ line-height: 20px; height: 20px; overflow: hidden; color: #999; }
.traderec p i{ float: left; display: inline-block;}
.traderec p b{ float: right; display: inline-block; padding: 0px 5px; background:#eee;
	border-radius: 3px; -o-border-radius: 3px; -ms-border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px;
}


/****** 展会列表改版 ******/
.pick{padding: 15px 20px 5px 20px;}
.pick dl{ overflow: hidden; zoom:1; padding-bottom:5px;}
.pick dt{ float: left; color: #777; line-height: 22px; width: 70px;}
.pick dd{ float: left; overflow: hidden;
	width: calc(100% - 70px); width: -o-calc(100% - 70px); width: -ms-calc(100% - 70px); width: -moz-calc(100% - 70px); width: -webkit-calc(100% - 70px);
}
.pick dd a{ display: inline-block; margin:0px 7px 5px 0px; padding-left: 7px; padding-right:7px; line-height: 22px; height: 22px; color: #0059bd;
	border-radius:5px;
}
.pick dd a:hover{ background-color: #e6e6e6; color: #d0005b; }
.pick dd a.Achoose{background-color:#d0005b; color: #fff; }

/* 模拟下拉菜单 */
.Simulation2{ height: 40px; width:230px; margin-right: 20px; position: relative; z-index: 99;}
.Simulation2:after{content: "."; display: block; height: 0; clear: both; visibility: hidden;}
/**  改写下拉框css  **/
.rewrite{ width:100%;
	height: 40px; border:solid 1px #cdcdcd; cursor:pointer; background-color:#ffffff; position:relative; display:inline-block;
	border-radius:3px; -o-border-radius:3px; -ms-border-radius:3px; -moz-border-radius:3px; -webkit-border-radius:3px;
}
.rewrite {color:#333; cursor:pointer; background-color:#fff;}
.rewrite .opts{border:1px solid #cdcdcd; border-top-width: 0px; height:auto; left:0; max-height:250px; background: #fff;
	overflow-x:hidden; overflow-y:auto; position:absolute; top:0; width:auto; z-index:99; cursor:pointer; display:none; 
}
.rewrite .opts a{width:auto; height:30px; line-height:30px; padding-left: 7px; cursor:default; outline:none; white-space:nowrap; text-decoration:none; display:block; cursor:pointer; color: #333;}
.rewrite .opts a:hover{background:rgba(51,51,51,0.1); cursor:pointer;}
.rewrite .opts a.selected{background:rgba(51,51,51,0.1);}
.rewrite .opts a.none{background:#fff;}
.rewrite .opts a:first-child{ color: #666; }
.rewrite > .selected{ line-height: 38px; display: inline-block; overflow:hidden; position:absolute; cursor:pointer; left:10px;}

.rewrite .rewrite_icon{ width:14px; height: 14px; text-align: center; display:block; line-height: 14px; position: absolute; right: 6px; top: 13px; color: #bbb;
	transition: transform .2s ease-in 0s; -webkit-transition: -webkit-transform .2s ease-in 0s;
}
.rewrite .rewrite_icon:before{content:'\e791';}
.rewrite_active .rewrite_icon{ transform: rotate(180deg); -o-transform: rotate(180deg); -ms-transform: rotate(180deg); -moz-transform: rotate(180deg); -webkit-transform: rotate(180deg);}

.showtime,.showkey{ margin-right: 20px; width: 230px;}
.showinput{height: 40px; line-height: 38px; width: 100%;}
.showFind{ width: 100px; text-align: center; background:#d0005b; overflow: hidden; height: 40px; cursor: pointer;}
.showFind a{ display: inline-block; line-height: 40px; height: 40px; color: #fff; overflow: hidden; font-size: 14px;}
.showFind a i{margin-right:5px; float: left;}

.formclass .rewrite{margin-right: 10px; float: left;
	width: calc(33.333% - 7px); width:-o-calc(33.333% - 7px); width:-ms-calc(33.333% - 7px); width:-moz-calc(33.333% - 7px); width:-webkit-calc(33.333% - 7px);
}
.formclass .Simulation .AreaClass{margin-right: 0;}
.formclass .rewrite > .selected{width: 100%; height: 38px;}
.formclass .rewrite .opts{max-height: 200px;}


/****** 展会首页改版 ******/
.showbanner a{ display: block; overflow: hidden; height: 100px; width: 100%;}
.showbanner img{ width: 100%; min-height: 100%; 
	transition: all 0.3s ease; -o-transition: all 0.3s ease; -ms-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -webkit-transition: all 0.3s ease;
}
.showbanner a:hover img{transform:scale(1.05,1.05); -o-transform:scale(1.05,1.05); -ms-transform:scale(1.05,1.05); -moz-transform:scale(1.05,1.05); -webkit-transform:scale(1.05,1.05);}

/* 无缝滚动 */
.showscroll{ width: 100%; height: 100px; overflow: hidden; }
.scrollmain{ width:30000px; }
.scrollmain ul{ float: left; }
.scrollmain li{float:left; width: 250px; height: 100px; margin-right: 15px;}
.scrollmain li a{ width:100%; height: 100%; display: block; overflow: hidden; }
.scrollmain li img{ width: 100%; height: 100%;}
.scrollmain li a:hover img{opacity: 0.9;}

/* 展会首页轮播 */
.ShowCar2{ width: 510px; height: 400px; background: #f5f5f5;}
.ShowCar2 .CarBtn{top: 170px; height: 50px; line-height: 50px; width: 20px;}
.ShowCar2 .CarImg{ width: 510px; height:400px; }
.ShowCar2 .CarImg li{ width: 510px;}
.ShowCar2 .CarImg li a{ width: 100%; height: 400px;}
.ShowCar2 .CarImg a img{ width: 100%; min-height: 400px; }
.ShowCar2 .CarImg a p{height: 40px; line-height: 40px; font-size: 14px;}

.ShowCar2 .CarTxt{bottom:14px; width:100%; display: inline-block; height: 12px; line-height: 12px; text-align: right; padding-right: 10px;}
.ShowCar2 .CarTxt span{margin-right: 7px; height:12px; width:12px;
	border-radius: 6px; -o-border-radius: 6px; -ms-border-radius: 6px; -moz-border-radius: 6px; -webkit-border-radius: 6px;
}

/* tab切换展会 */
.showMonth{border-bottom:1px solid #e5e5e5; margin: 0px 15px; margin-bottom: 15px;}
.showMonth ul{overflow: hidden;}
.showMonth li{ float:left; width: 11.1111%; height: 35px; line-height: 35px; text-align: center; cursor: pointer;}
.showMonth li.NowTab{ color: #fff; background:#d0005b;}

.showHead{margin: 0px 15px; margin-bottom: 10px; overflow: hidden; background:#f2f2f2; 
	border-radius: 3px; -o-border-radius: 3px; -ms-border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px;
}
.showHead ul{overflow: hidden;}
.showHead li{display: inline-block; float: left; text-align: center; line-height: 33px; height: 33px;}
.showHead li:nth-child(1){width: 280px;}
.showHead li:nth-child(2){width: 100px;}
.showHead li:nth-child(3){width: 180px;}
.showHead li:nth-child(4){width: 180px;}
.showHead li:nth-child(5){width: 80px;}

.showContent{padding:15px; padding-top: 0px; width: 850px; height: 455px;}
.tabMain{ height: 0px; overflow: hidden; max-height: 660px;}
.tabMain ul{ overflow: hidden; }
.tabMain li{ float: left; width: 100%; display: block; overflow:hidden; height: 44px; line-height: 44px; position:relative; z-index: 9; border-top:1px dashed #e5e5e5;}
.tabMain li:before{content: ''; width: 0px; height: 0px; overflow:hidden; float: left; display:inline-block; margin-top: 18px;
	border-style: solid; border-width: 4px; border-color: transparent transparent transparent #f19149;
}
.tabMain li:first-child{border-top-width: 0px;}
.tabMain li:hover{background:#f5f5f5;}
.tabMain li a,.tabMain div{display: inline-block; float: left; text-align: center; overflow: hidden; text-overflow:ellipsis; white-space: nowrap; padding:0px 7px;}
.tabMain .stname{ width: 272px; text-align: left; font-size: 12px; color:#333;}
.tabMain a.stname:hover{ color: #d0005b; }
.tabMain .stindustry{width: 100px; color: #888;}
.tabMain .staddress{width: 180px; color: #888;}
.tabMain .sttime{width: 180px;}
.tabMain .ststatus{width: 80px; font-weight: bold;}

.tabMain .showing{ color: #d0005b; }
.tabMain .showwait{ color: #5db400; }
.tabMain .showover{ color: #888; }
.showContent .NowMain{height:auto;}


/* 热门地区展会 */
.hotarea{padding:0px 20px; padding-bottom: 5px;}
.hatab{ width: 380px; margin-right: 50px}
.hatab ul{overflow: hidden;}
.hatab li{ display: inline-block; float:left; width:120px; margin-right: 10px; margin-bottom: 10px; text-align: center; height: 34px; line-height: 34px; background: #eee; cursor: pointer;}
.hatab li:nth-child(3n){margin-right: 0px;}
.hatab li.Nowhatab{color: #fff; background: #d0005b;}

.hacontent{ width: 700px;}
.hamain{height: 0px; overflow: hidden; max-height: 210px;}
.hamain ul{overflow: hidden;}
.hamain li{ float: left; display:block; width: 100%; overflow:hidden; height: 30px; line-height: 30px; position:relative; z-index: 9;}
.hamain li:before{content: ''; width: 0px; height: 0px; overflow:hidden; float: left; display:inline-block; margin-top: 11px;
	border-style: solid; border-width: 4px; border-color: transparent transparent transparent #f19149;
}
.hamain li:hover{background:#f5f5f5;}
.hamain li a,.hamain div{display: inline-block; float: left; text-align: center; overflow: hidden; text-overflow:ellipsis; white-space: nowrap; padding:0px 7px;}
.hamain li .hatxt01{ width:292px; text-align: left; color:#333;}
.hamain a.hatxt01:hover{ color: #d0005b; }
.hamain li .hatxt02{ width: 200px; color: #888;}
.hamain li .hatxt03{ width:200px; }
.hacontent .Nowhamain{height: auto;}

/* 热门行业推荐 */
.HotType{padding:0px 21px;}

.htTab{width: 100%; margin-bottom: 10px;}
.htTab ul{overflow: hidden;}
.htTab li{ float: left; margin-right: 2px; cursor: pointer; width: 113px; height: 100px; padding:20px 0px; background: #eee; text-align: center; color: #111;}
.htTab li:last-child{margin-right: 0px;}
.htTab li i{ width: 40px; height: 40px; line-height: 40px; font-size: 38px; display: inline-block; }
.htTab li i.iconfont:before{color: #777;}
.htTab li p{line-height: 20px; height: 20px;}
.htTab li.Nowthtab{background:#d0005b; color: #fff;}
.htTab li.Nowthtab i.iconfont:before{ color: #fff; }

.htContent{width: 100%; padding-bottom: 15px;}
.htMain{ height: 0px; overflow: hidden; }
.htMain ul{overflow: hidden;}
.htMain li{margin-right: 30px; border-bottom:1px dashed #e5e5e5; float: left; padding: 10px 10px;
	width: calc(33.3333% - 30px); width: -o-calc(33.3333% - 30px); width: -ms-calc(33.3333% - 30px); width: -moz-calc(33.3333% - 30px); width: -webkit-calc(33.3333% - 30px);
}
.htMain li:nth-child(4n),.htMain li:nth-child(5n),.htMain li:nth-child(6n){border-bottom-width:0px;}
.htMain li:hover{background:#f5f5f5;}
.htMain li a{ display: block; width: 100%; padding-left: 10px; position:relative; z-index: 9; line-height: 30px; height: 30px; color: #333; font-size: 14px; overflow: hidden; text-overflow:ellipsis; white-space: nowrap;}
.htMain li a:before{content: ''; width: 0px; height: 0px; overflow:hidden; display:inline-block; position: absolute; top: 11px; left: 0px;
	border-style: solid; border-width: 4px; border-color: transparent transparent transparent #f19149;
}
.htMain li a:hover{color: #d0005b;}
.htMain li p{color: #999; line-height: 20px;}
.htContent .Nowthmain{ height: auto; }

/* 2018-10-30新增分享功能 */
.ShareIt{border-top:1px solid #e1e1e1; text-align: right; height: 38px; padding-top: 10px;}
.ShareIt .bdsharebuttonbox{ display: inline-block; }


/* 2018-11-02 想一出是一出的修改 */
.ModuleName3-2{ border-bottom: 1px solid #e1e1e1; line-height: 40px; height: 40px; margin-right:10px; margin-left:10px;}
.ModuleName3-2 a{height:40px; color: #333; padding-left: 10px; padding-right: 10px; font-size: 14px; font-weight: bold; display: inline-block; border-bottom:1px solid #d0005b; margin-bottom: -1px;}
.ModuleName3-2 a:hover{ color:#d0005b;}

/****** 需求中心 ******/
.xqstep{padding-top:40px; padding-bottom:183px; }
.bztitle{background: url(../images/demand.png); background-repeat: no-repeat; background-position: top center; padding-top: 60px; margin-bottom:30px;
	text-align: center; color: #d0005b; font-size:18px; font-weight: bold;
}
.bzlist{padding: 0px 20px;}
.bzlist ul{ overflow: hidden; }
.bzlist li{ display: block; width: 100%; overflow: hidden; height: 40px; line-height: 40px; margin-bottom: 40px; padding-left: 20px;}
.bzlist li i{ display: inline-block; float: left; padding: 0px 10px; line-height: 20px; color: #fff; font-size: 16px; margin-top: 10px; margin-right:20px;
	height: 20px; position: relative; z-index: 9; background:#5e616d;
	border-top-left-radius: 5px; -o-border-top-left-radius: 5px; -ms-border-top-left-radius: 5px; -moz-border-top-left-radius: 5px; -webkit-border-top-left-radius: 5px;
	border-bottom-left-radius: 5px; -o-border-bottom-left-radius: 5px; -ms-border-bottom-left-radius: 5px; -moz-border-bottom-left-radius: 5px; -webkit-border-bottom-left-radius: 5px;
}
.bzlist li i:before{content: ''; width: 0px; height: 0px; left: 100%; top: 0px; position: absolute; z-index: 10;
	border-top: 10px solid transparent; border-left: 10px solid #5e616d; border-bottom: 10px solid transparent;
}
.bzlist li em{ display: inline-block; float: left; font-size: 20px; color: #6f6f6f; font-weight: bold; padding:0px 10px 0px 20px; letter-spacing:10px;}
.bzlist li:first-child em{ background:#d0005b; color: #fff;
	border-radius: 10px; -o-border-radius: 10px; -ms-border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px;
}

.bzlist li:last-child{margin-bottom: 0px;}

/* 提交表单 */
.xqcaption{padding:7px 10px; color: #555; line-height: 20px;}

/* 改写下拉框 */
.SelectBtn2{ height: 40px; border:solid 1px #cdcdcd; cursor:pointer; background-color:#ffffff; position:relative; float:left; margin:0 10px 0 0; display:inline-block;
	border-radius:3px; -o-border-radius:3px; -ms-border-radius:3px; -moz-border-radius:3px; -webkit-border-radius:3px;
	width:calc(50% - 10px); width:-o-calc(50% - 10px); width:-ms-calc(50% - 10px); width:-moz-calc(50% - 10px); width:-webkit-calc(50% - 10px);
}
.SelectBtn2 > .cur-select{ line-height: 38px; display: inline-block; overflow:hidden; position:absolute; cursor:pointer; left:10px;}
.SelectBtn2 em.iconfont{ width:14px; height: 14px; text-align: center; display:block; line-height: 14px; position: absolute; right: 6px; top: 13px;  
	transition: transform .2s ease-in 0s; -webkit-transition: -webkit-transform .2s ease-in 0s;
}
.SelectBtn2 em.iconfont:before{content:'\e791';}

.SelectBox2{ background: #fff; width: 100%; border: 1px solid #cdcdcd; border-top-width: 0px; position: absolute; top: 39px; left: 0px; z-index: 99; 
	max-height: 250px; overflow: auto; display: none;
	transition: all 0.3s ease; -o-transition: all 0.3s ease; -ms-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -webkit-transition: all 0.3s ease;
}
.SelectBox2 a{ width: 100%; padding-left: 10px; line-height: 30px; height: 30px; display: block; color: #333;}
.SelectBox2 a:hover,.SelectBox2 a.nowpick{ background: #eaeaea; color: #d0005b;}

.Select_active2 .iconfont{ transform: rotate(180deg); -o-transform: rotate(180deg); -ms-transform: rotate(180deg); -moz-transform: rotate(180deg); -webkit-transform: rotate(180deg);}
.Select_active2 .SelectBox2{ display: block;}

.SelectBtn3 select{ height: 40px; border:solid 1px #cdcdcd; cursor:pointer; background-color:#ffffff; position:relative; float:left; margin:0 10px 0 0; display:inline-block;
	border-radius:3px; -o-border-radius:3px; -ms-border-radius:3px; -moz-border-radius:3px; -webkit-border-radius:3px;
	width:calc(50% - 10px); width:-o-calc(50% - 10px); width:-ms-calc(50% - 10px); width:-moz-calc(50% - 10px); width:-webkit-calc(50% - 10px);
}

.release{ width: 560px; margin:0px auto; padding: 30px 0px; padding-bottom:50px; }
.release dl{margin-bottom:20px; clear:both; position: relative;}
.release dl:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.release dt{ width: 120px; line-height: 40px; color: #555; text-align: right; padding-right: 20px; font-size: 12px; font-weight: bold; float: left; }
.release dt i{ color: #f00; padding-right: 5px; font-weight: bold; }
.release dd{ width: 100%; padding-left: 120px; color: #444;}
.release dd:after{content: "."; display: block; height: 0; clear: both; visibility: hidden;}

.release .Simulation:after{content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.release .rewrite{float: left; margin-right: 10px;
	width: calc(50% - 5px); width: -o-calc(50% - 5px); width: -ms-calc(50% - 5px); width: -moz-calc(50% - 5px); width:-webkit-calc(50% - 5px);
}
.release .rewrite .opts{max-height: 300px;}
.release .rewrite:last-child{margin-right: 0px;}
.release .NeedInput{height: 40px; line-height: 38px; width: 100%;}
.XQTextarea:focus{
	border-color: #ff6e64;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(247,147,30,.6);
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(247,147,30,.6);
	-ms-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(247,147,30,.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(247,147,30,.6);
}
.XQTextarea{ width: 100%; resize:none; border:1px solid #d9d9d9; min-height: 120px; padding:10px; line-height: 1.8; color: #333; overflow: auto;
	border-radius: 5px; -o-border-radius: 5px; -ms-border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
}
.subrequest{width: 100%; padding-left: 120px;}
.subrequest .SubmitBtn{ background: #d0005b;
	transition: all 0.3s ease; -o-transition: all 0.3s ease; -ms-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -webkit-transition: all 0.3s ease;
}
.subrequest .SubmitBtn:hover{ background: #ff6566;}

/* 需求列表 */
.dlisthead{ line-height: 40px; height: 40px; background: #5e616d; font-size: 14px; padding: 0px 20px;}
.dlisthead ul{ overflow: hidden;}
.dlisthead li{ float: left; color: #fff; font-weight: bold; width:145px; text-align: center;}
.dlisthead li:nth-child(1),.dlistmain li:nth-child(1){width: 170px;}
.dlisthead li:nth-child(4),.dlistmain li:nth-child(4){width: 255px; overflow: hidden; text-overflow:ellipsis; white-space: nowrap;}

.dlistmain{font-size: 14px; padding:10px 20px 20px 20px; line-height: 30px;}
.dlistmain ul{ overflow: hidden; display: block; padding:10px 0px; border-bottom: 1px dashed #e1e1e1;}
.dlistmain ul:nth-child(even){ background: #f6f6f6; }
.dlistmain li{ float: left; text-align: center; width:145px; text-align: center;}
.dlistmain li a{color: #d0005b; cursor: pointer;}
.dlistmain li a:hover{text-decoration: underline;}
.dlistmain ul:hover{ background: #dfdfe2; }
.dlistmain li:nth-child(1),.dlistmain li:nth-child(4){ color: #666; }

.dlistinfo{ text-align: center; font-size: 14px; font-weight: bold; color: #777; line-height: 30px; margin-bottom: 10px;}

/* 新版模块 */
.FourBox{ width: 415px; margin-right: 20px; margin-bottom: 20px; }
.FourBox:nth-child(2n){margin-right: 0px;}
.newstencil{padding: 15px; padding-bottom: 0px;}
.newstencil dl{ overflow: hidden; }
.newstencil dt{ float: left; width: 110px; height: 70px; }
.newstencil dt a{ width:100%; height: 70px; display: block; overflow: hidden; }
.newstencil dt img{ width: 100%; min-height: 70px;
	transition: all 0.3s ease; -o-transition: all 0.3s ease; -ms-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -webkit-transition: all 0.3s ease;
}
.newstencil dt a:hover img{transform:scale(1.1,1.1); -o-transform:scale(1.1,1.1); -ms-transform:scale(1.1,1.1); -moz-transform:scale(1.1,1.1); -webkit-transform:scale(1.1,1.1);}
.newstencil dd{ width: 100%; padding-left: 120px; }
.newstencil dd a{ height:22px; line-height: 22px; margin-bottom: 5px; width: 100%; display: block; font-size: 14px; font-weight: bold; color: #444;
	overflow: hidden; text-overflow:ellipsis; white-space: nowrap;
}
.newstencil dd a:hover{ color: #d0005b; text-decoration: underline; }
.newstencil dd p{height: 40px; overflow: hidden; line-height: 20px; color: #888;}


/********** 【专题页面】 **********/
.ztHead span b{font-weight:bold; color:#d0005b;}
.kwDes{ line-height: 25px; padding:15px 20px; text-indent: 2em; font-size: 14px; text-align:justify; text-justify:distribute; -moz-text-align-last:justify;}

.SwitchNew{padding: 0px 15px;}
.SwitchNew .SameUl{float: left; width: 290px; padding:14px 0px;}
.SwitchNew .SameUl li{margin-bottom:10px;}
.SwitchNew .SameUl li:last-child{margin-bottom: 0px;}

.TellMe{ padding:20px; padding-top: 10px;}
.tmhead1{ color: #d0005b; font-size: 16px; font-weight: bold; text-align: center; margin-bottom: 10px;}
.tmhead2{font-size: 14px; text-align: center; margin-bottom: 20px;}

.smallform{ width: 100%; padding: 0px;}
.smallform dt{ width: 70px; padding-right: 10px;}
.smallform dd{padding-left: 70px;}
.smallform .SelectBtn2{width:100%;}
.smallform .subrequest{padding-left: 0;}

/* 关联资讯 */
.AboutInfo{padding: 0px 20px;}
.AboutInfo ul{}
.AboutInfo li{ padding-top: 15px; padding-bottom: 15px; border-bottom: 1px solid #e1e1e1; overflow: hidden;
	transition: all 0.3s ease; -o-transition: all 0.3s ease; -ms-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -webkit-transition: all 0.3s ease;
}
.AboutInfo li:hover{ background: #f5f5f5; }
.AboutInfo li:last-child{border-bottom-width:0px;}
.AboutInfo .aiimg{float: left; width: 130px; z-index: 10; position: relative;}
.AboutInfo .aiimg a{width: 130px; height: 90px; display: block; overflow: hidden; background: url(../images/newlistbg.png); background-repeat: no-repeat; background-position: top left;}
.AboutInfo .aiimg img{width: 100%; min-height:90px;
	transition: all 0.3s ease; -o-transition: all 0.3s ease; -ms-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -webkit-transition: all 0.3s ease;
}
.AboutInfo .aitxt{width: 100%; padding:5px 20px 5px 150px; position: relative; z-index: 9; height: 90px;}
.AboutInfo .aitxt a{line-height: 30px; height: 30px; display: inline-block; font-size: 15px; font-weight: bold; overflow: hidden; text-overflow:ellipsis; white-space: nowrap; max-width: 28em; color: #4c4c4c;}
.AboutInfo .aitxt a:visited{color:#888;}
.AboutInfo .aitxt a:hover{ color:#d0005b;}
.AboutInfo .aitxt p{line-height: 20px; max-height:40px; overflow: hidden; color: #818181; font-size: 14px;
	text-align:justify; text-justify:distribute; -moz-text-align-last:justify;
}

/* 关键词列表 */
.TopicBox{padding:15px 15px 8px 15px;}

.TopicList{overflow: hidden; float: left; height: 31px;
	width: calc(100% - 50px); width: -o-calc(100% - 50px); width: -ms-calc(100% - 50px); width: -moz-calc(100% - 50px); width: -webkit-calc(100% - 50px);
}
.TopicList a{ display: inline-block; margin:0px 10px 7px 0px; padding-left: 12px; padding-right:12px; line-height: 24px; height: 24px; color: #444;
	border-radius:5px; -o-border-radius:5px; -ms-border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px;
}
.TopicList a:hover{ background-color: #e6e6e6; color: #d0005b; }
.TopicList a.topicNow{background-color:#d0005b; color: #fff; }
.TopicBtn{ width: 50px; float: right; overflow: hidden; height: 24px; text-align: right; display:none;}
.TopicBtn span{ line-height: 24px; display: inline-block; overflow: hidden; color: #666; height: 24px; cursor: pointer;}
.TopicBtn span:hover{ color: #d0005b;}
.TopicBtn span i{margin-left: 5px;}
.TopicBtn span.BtnPackup{ display: none;}
.TopicBtn span.BtnPackup i{transform: rotate(180deg); -o-transform: rotate(180deg); -ms-transform: rotate(180deg); -moz-transform: rotate(180deg); -webkit-transform: rotate(180deg);}
.ShowBox .TopicBtn span.BtnPackup{display: inline-block;}
.ShowBox .TopicBtn span.BtnMore{display: none;}
.ShowBox .TopicList{height:auto;}

/* 计算加盟费bg */
.cipher{ width:320px; height: 120px; cursor: pointer; 
	transition: all 0.3s ease; -o-transition: all 0.3s ease; -ms-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -webkit-transition: all 0.3s ease;
	background: url(../images/ciphericon.png); background-repeat: no-repeat; background-position: -10px -220px;
}
.cipher:hover{ opacity: 0.9;}


/********** 【首页计算】 **********/
.FiexdCal{ width: 100%; position: fixed; bottom:0; z-index:100; background-color: rgba(0,0,0,0.5); padding: 15px 0px; display: none;}
.CustomMade{}
.FiexdCal .closeBtn{position: absolute; top: -40px; right: 20px; z-index: 999;}
.closeBtn b{ color: #fff; font-size: 18px; line-height: 30px; text-align: center; cursor: pointer;
	background-color: rgba(0,0,0,0.5); width: 30px; height: 30px; display: block;
	border-radius: 100%; -o-border-radius: 100%; -ms-border-radius: 100%; -moz-border-radius: 100%; -webkit-border-radius: 100%;
}
.closeBtn b:hover{ background:#000; }
.closeBtn i{ width: 2px; height: 10px; margin:0 auto; display: block; line-height: 0px; background-color: rgba(0,0,0,0.5); }
.CustomMade .cmimg{width: 270px; height: 150px; float:left; margin-right: 20px; margin-top: -52px;
	-webkit-animation-name:slideInLeft; animation-name:slideInLeft;
	background: url(../images/ciphericon.png); background-repeat: no-repeat; background-position: -870px -110px;
}
.CustomMade .cmForm{ float:right; width: 860px;
	-webkit-animation-name:slideInRight; animation-name:slideInRight;
}
.CustomMade .cmForm .indexfl{width: 460px; margin-right: 60px; float:left;}
.CustomMade .cmForm .indexfl2{width:340px; float:left;}

.CustomMade .cmForm dl{margin-bottom: 10px; clear:both; position: relative;}
.CustomMade .cmForm dl:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.CustomMade .cmForm dt{ width: 90px; font-size: 14px; color: #fff; line-height:26px; text-align: right; padding-right:10px; float: left; }
.CustomMade .cmForm dd{ width: 100%;padding-left: 90px; color: #444;}
.CustomMade .cmForm dd:after{content: "."; display: block; height: 0; clear: both; visibility: hidden;}
.CustomMade .cmForm .Simulation .rewrite{margin-right: 10px; float: left; border:solid 1px #fff; height:26px;
	width: calc(50% - 5px); width: -o-calc(50% - 5px); width: -ms-calc(50% - 5px); width: -moz-calc(50% - 5px); width:-webkit-calc(50% - 5px);
}
.CustomMade .cmForm .Simulation .rewrite:last-child{margin-right: 0px;}
.CustomMade .cmForm .Simulation .rewrite > .selected,.CustomMade .cmForm .SelectBtn2 > .cur-select{ line-height: 24px; }
.CustomMade .cmForm .Simulation .rewrite .rewrite_icon,.SelectBtn2 em.iconfont{top: 5px; color: #888;}
.CustomMade .cmForm .Simulation .rewrite .opts,.CustomMade .cmForm .SelectBox2{top:-250px !important; height: 250px; border-top-width:1px; border-bottom-width:0px;}
.CustomMade .cmForm .SelectBtn2{height:26px; border:solid 1px #fff; width:60%;}

.CustomMade .cmForm .indexfl dl:last-child{margin-bottom: 0px;}
.CustomMade .cmForm .NeedInput{height:26px; line-height: 24px; width: 100%; border-color:#fff;}
.CustomMade .cmForm .indexBtn .SubmitBtn{background-color: #d0005b; height: 26px; line-height: 24px;
	transition: all 0.3s ease; -o-transition: all 0.3s ease; -ms-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -webkit-transition: all 0.3s ease;
}
.CustomMade .cmForm .indexBtn .SubmitBtn:hover{ background: #ff6566;}
.CustomMade .cmForm .indexBtn input.SubmitBtn[disabled],.CustomMade .cmForm .indexBtn input.SubmitBtn:disabled{background-color:#f0f0f0; color:#bebebe;}

.SpeedShow{display: block;
	-webkit-animation-name:fadeInUpBig; animation-name:fadeInUpBig;
}
.FomrSpeed{-webkit-animation-duration:1s;animation-duration:1s;}
.FomrSpeed2{-webkit-animation-duration:1.5s;animation-duration:1.5s;}


/********** 【频道页改版】 **********/
.MlMr15{ margin-right:15px; margin-left:15px;}

/* 大的tab切换 */
.BigSwitch{padding: 0px 15px;}
.bsHead{height:40px; border-bottom: 1px solid #e1e1e1;}
.bsHead ul{ overflow: hidden; display: inline-block;}
.bsHead li{height: 40px; margin-right:10px; float: left; cursor: pointer; position: relative; z-index: 9;}
.bsHead li:last-child{margin-right: 0px;}
.bsHead li em{ display: block; color: #555; line-height: 41px; font-size: 14px; padding-left: 15px; padding-right: 15px; font-weight: bold;}
.bsHead li span{display:block; position:absolute; width:0px; height:0px; background:#d0005b;  bottom:0px; z-index: 10;}
.bsHead li.tabjustnow2 span{height:2px; width:100%; left:0px; -webkit-animation-name: fadeInLeft; animation-name: fadeInLeft;}
.bsHead .bsLink{ float: right; display: inline-block; height: 40px; line-height: 40px;}
.bsHead .bsLink a{ color: #888; display: none;}
.bsHead .bsLink a:hover{ color: #d0005b; text-decoration: underline;}

.bsNoneBox{overflow: hidden;}
.bsMain{overflow: hidden; width: 1000%;}
.bsDeatil{width:840px; float: left; overflow: hidden;}
.twoboxes{ width: 300px; float: left; }
.twoboxes ul{ overflow: hidden; }
.twoboxes li{ width: 100%; display: block; float: left; border-bottom: 1px dashed #ddd; padding: 15px 0px;}
.twoboxes li:last-child{border-bottom-width: 0px; padding-bottom:14px;}
.twoboxes .caseimg{ width: 100%; height: 100px; margin-bottom: 5px; }
.twoboxes .caseimg a{width: 100%; height: 100px; display: block; overflow:hidden;
	background-image: url(../images/noimgbg.png); background-repeat: no-repeat; background-position: center center;
	background-color: #f5f5f5;
}
.twoboxes .caseimg img{ width: 100%; min-height: 100px;
	transition: all 0.3s ease; -o-transition: all 0.3s ease; -ms-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -webkit-transition: all 0.3s ease;
}
.twoboxes .caseimg a:hover img{transform:scale(1.1,1.1); -o-transform:scale(1.1,1.1); -ms-transform:scale(1.1,1.1); -moz-transform:scale(1.1,1.1); -webkit-transform:scale(1.1,1.1);}
.twoboxes .casea{margin-bottom: 5px; height: 20px;}
.twoboxes .casea a{line-height: 20px; height: 20px; max-width: 100%; display: inline-block; font-size: 14px; font-weight: bold; color: #444;
	overflow: hidden; text-overflow:ellipsis; white-space: nowrap;
}
.twoboxes .casea a:hover{ text-decoration: underline; color: #d0005b }
.twoboxes .casep{width: 100%; height: 40px; overflow: hidden; line-height: 20px; text-indent: 2em; color: #888; margin-bottom: 5px;}
.twoboxes .casetime{width: 100%; line-height: 20px; height: 20px; text-align: right; color: #888;}

.tentxt{ float: right; width: 520px; padding: 15px 0px;}
.tentxt ul{ overflow: hidden; }
.tentxt li{width: 100%; float: left; display: block; height: 42px; padding: 10px 0px; position: relative; z-index: 9; border-bottom: 1px dashed #eee;}
.tentxt li:last-child{border-bottom-width: 0px;}
.tentxt li:before{display: inline-block; margin-right:7px; margin-top:7px; float: left;}
.tentxt li em{ display: inline-block; float: right; line-height: 22px; color: #888;}
.tentxt li a{color: #333; display: inline-block; overflow: hidden; text-overflow:ellipsis; white-space: nowrap; line-height:22px; max-width:30em; }
.tentxt li:hover{ background-color: #f8f8f8; }
.tentxt li a:hover{ color:#d0005b; text-decoration: underline; }

/* 推荐专题 */
.special{overflow: hidden; width: 270px; height: 420px; margin:15px;}
.special a{ display: inline-block; float: left; background: #eee; color: #333; text-align: center; overflow: hidden;
	width: calc(50% - 10px); width: -o-calc(50% - 10px); width: -ms-calc(50% - 10px); width: -moz-calc(50% - 10px); width: -webkit-calc(50% - 10px);
	margin-bottom: 15px; margin-right: 15px; line-height: 32px; height: 32px; font-size: 14px;
	border-radius: 16px; -o-border-radius: 16px; -ms-border-radius: 16px; -moz-border-radius: 16px; -webkit-border-radius: 16px;
}
.special a:nth-child(2n){margin-right: 0px;}
.special a:hover{ background: #d0005b; color: #fff; }

/* 三个商家资讯模块 */
.ModulesS{margin: 0px 15px;}
.ModulesS dl{border-bottom:1px dashed #ddd; padding: 15px 0px; overflow: hidden;}
.ModulesS dl:last-child{border-bottom-width:0px;}
.ModulesS dt{width: 110px; float: left;}
.ModulesS dt a{ width: 110px; height: 90px; overflow: hidden; display: block; 
	background-image: url(../images/noimgbg.png); background-repeat: no-repeat; background-position: center center;
	background-color: #f5f5f5;
}
.ModulesS dt img{ width: 100%; min-height: 90px;
	transition: all 0.3s ease; -o-transition: all 0.3s ease; -ms-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -webkit-transition: all 0.3s ease;
}
.ModulesS dt a:hover img{transform:scale(1.1,1.1); -o-transform:scale(1.1,1.1); -ms-transform:scale(1.1,1.1); -moz-transform:scale(1.1,1.1); -webkit-transform:scale(1.1,1.1);}
.ModulesS dd{width: 100%; padding-left: 120px; padding-top: 5px;}
.ModulesS dd .mstxt{margin-bottom: 5px; width: 100%; height: 20px; overflow: hidden;}
.ModulesS dd .mstxt a{color:#333; line-height: 20px; font-size: 14px; font-weight: bold; display: inline-block; max-width: 100%; overflow: hidden; text-overflow:ellipsis; white-space: nowrap;}
.ModulesS dd .mstxt a:hover{color: #d0005b; text-decoration: underline;}
.ModulesS dd p{text-indent: 2em; color: #888; line-height: 20px; max-height: 60px; overflow: hidden;
	text-align:justify; text-justify:distribute; -moz-text-align-last:justify;
}

/* 新标题 */
.ModuleName6{ border-bottom: 1px solid #e1e1e1; line-height: 42px; height: 42px; margin-right:15px; margin-left:15px;}
.ModuleName6 span{height:42px;padding-left: 10px;padding-right: 10px;font-size: 14px;font-weight: bold;display: inline-block;border-bottom: 2px solid #d0005b;margin-bottom: -1px;}
.ModuleName5-2{ border-bottom: 1px solid #e1e1e1; line-height: 40px; height: 40px; margin-right:10px; margin-left:10px;}
.ModuleName5-2 a{height:40px; color: #333; padding-left: 10px; padding-right: 10px; font-size: 14px; font-weight: bold; display: inline-block; border-bottom: 2px solid #d0005b; margin-bottom: -1px;}
.ModuleName5-2 a:hover{color:#d0005b;}

/* 帮助中心、名词解释模块 */
.NewModules{margin: 0px 15px; padding: 10px 0px;}
.NewModules ul{overflow: hidden;}
.NewModules li{border-bottom:1px dashed #ddd;}
.NewModules li .nmtitle{height: 40px; line-height: 40px; overflow: hidden; cursor: pointer;
	transition: all 0.3s ease; -o-transition: all 0.3s ease; -ms-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -webkit-transition: all 0.3s ease;
}
.NewModules li:last-child{border-bottom-width:0px;}
.NewModules li .nmtitle:hover{ background: #f2f2f2; }
.NewModules li .nmtitle i{ display: inline-block; float: left; color: #555; margin-right: 5px; font-weight: bold;}
.NewModules li .nmtitle em{ display: inline-block; float: left; font-weight: bold; max-width: 22em; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.NewModules li .nmtitle b{ float: right; font-size: 16px; color: #bbb;
	transition: all 0.2s ease; -o-transition: all 0.2s ease; -ms-transition: all 0.2s ease; -moz-transition: all 0.2s ease; -webkit-transition: all 0.2s ease;
}
.NewModules li .nmmain{ text-indent: 2em; line-height: 20px; height: 0; overflow: hidden; margin-bottom: 0; color: #666;
	text-align:justify; text-justify:distribute; -moz-text-align-last:justify;
}
.NewModules li.nmshow .nmtitle *{ color: #d0005b;}
.NewModules li.nmshow b{
	transform: rotate(180deg); -o-transform: rotate(180deg); -ms-transform: rotate(180deg); -moz-transform: rotate(180deg); -webkit-transform: rotate(180deg);
}
.NewModules li.nmshow .nmmain{ height: 60px; margin-bottom: 10px;}

/* 新入驻品牌 */
.entering{margin: 0px 15px; padding: 10px 0px 12px 0px;}
.entering dl{overflow: hidden; padding-bottom: 10px;}
.entering dt{ float: left; width: 14px; margin-right: 10px;}
.entering dt i{ display:block; color: #fff; width: 14px; height: 14px; line-height: 14px; margin-top: 33px; text-align: center; background: #d0005b;}
.entering dd{overflow: hidden; float: left;
	width: calc(100% - 24px); width:-o-calc(100% - 24px); width:-ms-calc(100% - 24px); width:-moz-calc(100% - 24px); width:-webkit-calc(100% - 24px);
}
.entering dd .neweimg{ float: left; width: 80px;}
.entering dd .neweimg a{ width: 80px; height: 80px; overflow: hidden; display: block; }
.entering dd .neweimg img{ width: 80px; min-height: 80px; 
	transition: all 0.3s ease; -o-transition: all 0.3s ease; -ms-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -webkit-transition: all 0.3s ease;
}
.entering dd .neweimg a:hover img{transform:scale(1.1,1.1); -o-transform:scale(1.1,1.1); -ms-transform:scale(1.1,1.1); -moz-transform:scale(1.1,1.1); -webkit-transform:scale(1.1,1.1);}
.entering dd .newename{ float:right; padding-top: 10px;
	width: calc(100% - 90px); width:-o-calc(100% - 90px); width:-ms-calc(100% - 90px); width:-moz-calc(100% - 90px); width:-webkit-calc(100% - 90px);
}
.entering dd .newename a{font-weight: bold;  color: #333; font-size: 14px; line-height: 20px; margin-bottom: 7px;
	display: inline-block; max-width: 100%; overflow:hidden; text-overflow: ellipsis; white-space: nowrap;
}
.entering dd .newename a:hover{ text-decoration: underline; color: #d0005b; }
.entering dd .newename p{line-height: 20px; overflow: hidden;}
.entering dd .newename p i{ display:inline-block; float: left; color: #888;}
.entering dd .newename p b{ display: inline-block; float: left; font-size: 16px; font-weight: bold; color: #d0005b; }

.entering ul{overflow: hidden;}
.entering li{width: 100%; display: block; overflow: hidden; float: left; height: 43px; line-height: 22px; padding: 10px 0px; border-top:1px dashed #ddd;}
.entering li:hover{ background: #f2f2f2;}
.entering li *{ display: inline-block; float: left; }
.entering li i{width: 14px; height: 14px; line-height: 14px; text-align: center; color: #fff; background: #b5b5b5; margin-right: 10px; margin-top: 4px;}
.entering li a{ color: #333; max-width: 20em; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.entering li a:hover{ color: #d0005b; text-decoration: underline; }
.entering li b{ float: right; color: #888; }
.entering li:nth-child(1) i,.entering li:nth-child(2) i{color: #fff; background: #d0005b;}

/* 最新加盟商 */
.newjoin{padding: 15px; padding-top: 16px;}
.newjoin ul{ overflow: hidden; }
.newjoin li{display: inline-block; overflow: hidden; float: left; margin-right: 20px; float: left; border-bottom: 1px dashed #e1e1e1; line-height: 20px; padding:18px 0px;
	width: calc(50% - 10px); width: -o-calc(50% - 10px); width: -ms-calc(50% - 10px); width: -moz-calc(50% - 10px); width: -webkit-calc(50% - 10px);
}
.newjoin li:nth-child(2n){ margin-right: 0px; }
.newjoin li a{ float: left; font-size: 14px; font-weight: bold; color: #555; 
	max-width: 15em; overflow: hidden; text-overflow:ellipsis; white-space: nowrap;
}
.newjoin li a:hover{color: #d0005b; text-decoration: underline; }
.newjoin li p{ display: inline-block; float: right; overflow: hidden; }
.newjoin p *{ display: inline-block; float: left; }
.newjoin p i{ color: #888; }
.newjoin p b{ font-weight: bold; color: #d0005b; font-size: 14px;}



.H_Rgiht1{    background: #fff;
    -webkit-box-shadow: 1px 1px 3px rgba(0,0,0,0.2);
    -moz-box-shadow: 1px 1px 3px rgba(0,0,0,0.2);
    -ms-box-shadow: 1px 1px 3px rgba(0,0,0,0.2);
    -o-box-shadow: 1px 1px 3px rgba(0,0,0,0.2);
    box-shadow: 1px 1px 3px rgba(0,0,0,0.2); margin-bottom:10px;
}

.H_RigTop {
    overflow: hidden;
    padding-bottom: 10px;
}

.H_RigTop p#welcomeNode {
   height: 22px;
    line-height: 22px;
    text-align: center;
    color: #333;
    font-size: 14px;
    padding-top:5px;
}



.H_RigTop .loginAfter a {
    display: block;
    height: 30px;
    border: 1px solid #ee2e2c;
    font-size: 14px;
    text-align: center;
    line-height: 30px;
    margin: 0 18px;
    margin-top: 6px;
    margin-bottom: 4px;
    border-radius: 4px;
}

.H_RigTop .loginAfter a.log_Btn {
    color: #fff;
    background: #ee2e2c;
}

.H_RigTop .loginAfter a.regBtn {
    color: #ee2e2c;
}